23.05.2011, 22:20
(This post was last modified: 23.05.2011, 22:22 by routeconverter.)
(23.05.2011, 22:09)LifelessDead Wrote: So it has to be something specific for this system...... *grr*
I've seen this pattern before. Somewhen in January I've updated the Eclipse SWT library. And the new 3.6 library fails if there are non-existing directories referred in the PATH variable.
Please send me the output of
> set
on the command line and look for
Quote:Files\Commonas one such PATH component. It's what makes a command line issued by Eclipse SWT fail:
Quote:NativeSwing[1]: java.lang.NoClassDefFoundError: Files\Common
NativeSwing[1]: Caused by: java.lang.ClassNotFoundException: Files\Common
There a component of the PATH is mistaken for the class the JVM should start.
--
Christian
Christian
