lwjgl.org
January 06, 2009, 04:35:10 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: LWJGL 2.0.1 released!
 
   Home   Help Search Login Register  



Pages: [1]
  Print  
Author Topic: Windows/Eclipse Installation Troubleshooting  (Read 399 times)
Buggy
Newbie
*
Posts: 7


View Profile
« 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



View Profile
« 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


View Profile
« Reply #2 on: November 12, 2008, 23:16:21 »

Thanks a lot; works great now.
Logged
lwjgl.org
   



 Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!