lwjgl.org
January 06, 2009, 04:35:10
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
LWJGL 2.0.1 released!
Home
Help
Search
Login
Register
lwjgl.org
>
Programming
>
Lightweight Java Library Game Development
>
Windows/Eclipse Installation Troubleshooting
Pages: [
1
]
« previous
next »
Print
Author
Topic: Windows/Eclipse Installation Troubleshooting (Read 399 times)
Buggy
Newbie
Posts: 7
Windows/Eclipse Installation Troubleshooting
«
on:
October 30, 2008, 01:21:30 »
As can be guessed from the topic title, I've been having some trouble installing LWJGL. The screenshots from the installation page are somewhat outdated for Eclipse, and on the very last step, my VM argument doesn't seem to work. I always get this error in the console:
java.lang.NoClassDefFoundError: and
Caused by: java.lang.ClassNotFoundException: and
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Exception in thread "main"
What exactly am I supposed to put into the VM argument? Nothing seems to work.
Logged
Matzon
Administrator
Nerdus Imperius
Posts: 1630
Re: Windows/Eclipse Installation Troubleshooting
«
Reply #1 on:
October 30, 2008, 07:07:40 »
I'll update the wiki soon'ish.
Your problem is a classpath issue (NoClassDefFoundError) - and not a VM argument issue.
The 'and' gives you a clue that you have multiple commands on the command line. Wrap your Documents and Settings in quotes - or the whole command line so it doesn't get executed as several commands.
Logged
http://certusgames.com
(Free Online Multiplayer Java Games)
http://lwjgl.org
(OpenGL/OpenAL for Java)
Buggy
Newbie
Posts: 7
Re: Windows/Eclipse Installation Troubleshooting
«
Reply #2 on:
November 12, 2008, 23:16:21 »
Thanks a lot; works great now.
Logged
lwjgl.org
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Programming
-----------------------------
=> Lightweight Java Library Game Development
=> LWJGL Documentation
=> OpenGL
=> OpenAL
=> DevIL
=> FMOD
=> DirectX
=> General Java Game Development
Loading...