| [news.eclipse.tools.ve] Re: java.lang.NoClassDefFoundError and java.lang.IllegalAccessException in VE 1.1 |
Hi Thomas,
When looking into the .log-file, I saw the following entry:
!ENTRY org.eclipse.jem.proxy 2 0 2005-07-30 01:32:33.187 !MESSAGE !STACK 0 IWAV0073I *** RemoteVM Exception - Trace from Remote VM: java.lang.UnsatisfiedLinkError: no swt-win32-3138 in java.library.path
Obviously, the remote VM is not able to extract the SWT path from my launch configuration, where it is added:
-Djava.library.path=C:\Java\Eclipse-3.1\eclipse\configuration\org.eclipse.osgi\bundles\61\1\.cp
and I can launch the application without problem in the Eclipse IDE.
So I added the SWT directory to the PATH environment variable - and now a different error occurs:
- java.lang.IllegalAccessException(Class org.eclicpse.jem.internal.proxy.initParser.tree.ExpressionProcesser can not access a member of class org.eclipse.swt.widgets.Composite with modifiers "")
Nothing more seems to be written to the .log-file. What is going wrong here?
Best regards,
Joe Winchester