[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: Run examples problem

It should be "-D" and not "D" in front of the java.library.path.  Also,
INSTALLDIR must be expanded to the real location of the eclipse install.

"Lucas" <lgoss007@xxxxxxxxx> wrote in message
news:b9rmop$k7q$1@xxxxxxxxxxxxxxxx
> I just downloaded eclipse and was trying out the examples but I ran into a
> problem when I went to run the application. Going straight by the example
> I filled in everything for the run and this was the error I recieved:
>
> java.lang.NoClassDefFoundError:
>
Djava/library/path=INSTALLDIR\plugins\org/eclipse/swt/win32_2/1/0\os\win32\x
86
> Exception in thread "main"
>
> This appears to be the VM Arguments except my VM Arguments are like the
> examples:
>
>
Djava.library.path=INSTALLDIR\plugins\org.eclipse.swt.win32_2.1.0\os\win32\x
86
>
> Am I missing something? It appears that the '.' are being converted to
'/'.
> System: Windows 2000 sp3
>
> Thanks,
> Lucas
>