Game Programming and Development Tools

Anyone use Jcreator LE? – destroyer

Destroyer

Member

Posts: 31
From: Bismarck, ND
Registered: 10-06-2002
i got that installed but am having problems compiling

how do i go about getting the JDK stuff to work, i found it and downloaded it and set it up, but when i compile i get the error "Invalid command line error: Invalid Path" and when i execute i get the error "Exception in thread 'Main' Java.lang.NoClassDefFoundError: Test" (Test is my file name)

the faqs from their site said this about the error:
"<B>I get "exception in thread "main" java.lang.NoClassDefFounfError:..." when trying to execute my Java application</B>

The error message means that java.exe cannot find the class file. Make sure your project is compiled without any errors."

Gift
Member

Posts: 85
From: Palatine, IL, USA
Registered: 02-11-2001
Have you set the classpath var yet? Thats always the gotcha that gets me. I use JEdit for development I like it alot.

Love in Christ,
Gift

Destroyer

Member

Posts: 31
From: Bismarck, ND
Registered: 10-06-2002
isnt that what the jdk profiles are?
Destroyer

Member

Posts: 31
From: Bismarck, ND
Registered: 10-06-2002
ok it works a friend and i figured out that javac.exe was missing and so i did a google search and founf i downloaded the wrong profiles i neede sdk ant jdk like the faqs said