Ticket #57 (closed defect: fixed)
Refuses to start (exception related to jnidispatch.dll not being found)
| Reported by: | cemeth@… | Owned by: | maxence@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Startup > General | Version: | 0.8.2 |
| Severity: | blocker | Keywords: | |
| Cc: | Operating System: | unspecified | |
| Java version: | unspecified |
Description
Output when trying to run muCommander:
c:\Program Files\muCommander>java -jar mucommander.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError?: jnidispatch (/com/sun
/jna/win32-amd64/jnidispatch.dll) not found in resource path
at com.sun.jna.Native.loadNativeLibrary(Native.java:468)
at com.sun.jna.Native.<clinit>(Native.java:91)
at com.sun.jna.Pointer.<clinit>(Pointer.java:38)
at com.sun.jna.PointerType?.<init>(PointerType?.java:25)
at com.sun.jna.examples.win32.W32API$HANDLE.<init>(W32API.java:49)
at com.sun.jna.examples.win32.W32API$3.<init>(W32API.java:69)
at com.sun.jna.examples.win32.W32API.<clinit>(W32API.java:67)
at com.mucommander.file.util.Kernel32API.<clinit>(Kernel32API.java:37)
at com.mucommander.file.impl.local.LocalFile?.<clinit>(LocalFile?.java:124
)
at com.mucommander.file.FileURL.<init>(FileURL.java:88)
at com.mucommander.file.FileFactory?.getFile(FileFactory?.java:417)
at com.mucommander.file.FileFactory?.getFile(FileFactory?.java:375)
at com.mucommander.file.FileFactory?.<clinit>(FileFactory?.java:163)
at com.mucommander.PlatformManager?.getDefaultPreferencesFolder(PlatformM
anager.java:86)
at com.mucommander.PlatformManager?.getPreferencesFolder(PlatformManager?.
java:108)
at com.mucommander.conf.impl.MuConfigurationSource?.getConfigurationFile(
MuConfigurationSource?.java:66)
at com.mucommander.conf.impl.MuConfiguration?.getConfigurationFile(MuConf?
iguration.java:1055)
at com.mucommander.Launcher.main(Launcher.java:367)
