Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » plugin Conextmenu not work in 64-bit windows OS(com.googlecode.eclipse.navigatorext_1.1.3.201308140959.jar not work in 64-bit windows OS)
plugin Conextmenu not work in 64-bit windows OS [message #1727983] Wed, 30 March 2016 06:07 Go to next message
Pandy Pan is currently offline Pandy PanFriend
Messages: 3
Registered: March 2016
Junior Member
I downloaded eclipse-jee-mars-1-win32-x86_64.zip and installed plugin Contextmenu from eclipse market, I can see "Show Context Menu" in the right click menu, but it does not work after click it. Here is the error message that I find from eclipse .log file:
java.lang.UnsatisfiedLinkError: C:\Dev\eclipse-jee-mars-1-win32-x86_64\eclipse\configuration\org.eclipse.osgi\10\0\.cp\systemshell.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1938)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1834)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at org.jcommander.systemshell.SystemShell.<clinit>(SystemShell.java:16)
at com.googlecode.eclipse.navigatorext.actions.ShowContextMenu.showContextMenu(ShowContextMenu.java:105)
........

BTW, I am using 64-bit OS and has 64-bit jdk installed. The plugin jar file name is com.googlecode.eclipse.navigatorext_1.1.3.201308140959.jar.

Does anyone encounter similar issue and have an solution/workaround?
Thanks a lot!
Re: plugin Conextmenu not work in 64-bit windows OS [message #1728502 is a reply to message #1727983] Tue, 05 April 2016 03:40 Go to previous messageGo to next message
Pandy Pan is currently offline Pandy PanFriend
Messages: 3
Registered: March 2016
Junior Member
Anyone has a suggestion? Appreciate!
Re: plugin Conextmenu not work in 64-bit windows OS [message #1728512 is a reply to message #1727983] Tue, 05 April 2016 06:57 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Pandy,

The error seems to indicate that this is a 32 bit dll that can't be
loaded by a 64 bit JVM. But given that this class is not provided by
Eclipse, it's best to find the provider of the plugin and ask about it
there.


On 30.03.2016 15:10, Pandy Pan wrote:
> I downloaded eclipse-jee-mars-1-win32-x86_64.zip and installed plugin
> Contextmenu from eclipse market, I can see "Show Context Menu" in the
> right click menu, but it does not work after click it. Here is the
> error message that I find from eclipse .log file:
> java.lang.UnsatisfiedLinkError:
> C:\Dev\eclipse-jee-mars-1-win32-x86_64\eclipse\configuration\org.eclipse.osgi\10\0\.cp\systemshell.dll:
> Can't load IA 32-bit .dll on a AMD 64-bit platform
> at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1938)
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1834)
> at java.lang.Runtime.loadLibrary0(Runtime.java:870)
> at java.lang.System.loadLibrary(System.java:1122)
> at
> org.jcommander.systemshell.SystemShell.<clinit>(SystemShell.java:16)
> at
> com.googlecode.eclipse.navigatorext.actions.ShowContextMenu.showContextMenu(ShowContextMenu.java:105)
> .......
>
> BTW, I am using 64-bit OS and has 64-bit jdk installed. The plugin jar
> file name is com.googlecode.eclipse.navigatorext_1.1.3.201308140959.jar.
>
> Does anyone encounter similar issue and have an solution/workaround?
> Thanks a lot!


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: plugin Conextmenu not work in 64-bit windows OS [message #1728629 is a reply to message #1728512] Wed, 06 April 2016 05:08 Go to previous message
Pandy Pan is currently offline Pandy PanFriend
Messages: 3
Registered: March 2016
Junior Member
Thanks Ed Merks!
Previous Topic:HELLO
Next Topic:Problem editing Syntax Colors in Eclipse
Goto Forum:
  


Current Time: Thu Apr 18 11:23:25 GMT 2024

Powered by FUDForum. Page generated in 0.03472 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top