|
-
Oct 26th, 2001, 02:10 PM
#1
Thread Starter
Member
GRR! Noclassdef! [resolved]
Why do I always get this? I hit F9 in JBuilder and it runs this:
C:\Program Files\JBuilder 4\jdk1.3\bin\javaw -classpath "D:\Data\ReachServerGUI\classes;C:\Program Files\JBuilder 4\jdk1.3\demo\jfc\Java2D\Java2Demo.jar;C:\Program Files\JBuilder 4\jdk1.3\jre\lib\i18n.jar;C:\Program Files\JBuilder 4\jdk1.3\jre\lib\jaws.jar;C:\Program Files\JBuilder 4\jdk1.3\jre\lib\rt.jar;C:\Program Files\JBuilder 4\jdk1.3\jre\lib\sunrsasign.jar;C:\Program Files\JBuilder 4\jdk1.3\lib\dt.jar;C:\Program Files\JBuilder 4\jdk1.3\lib\tools.jar" reach.server.gui.IPRegister
java.lang.NoClassDefFoundError: reach/server/gui/IPRegister
Exception in thread "main"
Last edited by filburt1; Oct 28th, 2001 at 09:59 PM.
-
Oct 27th, 2001, 04:19 AM
#2
Well ...
A lame suggestion is that the IPRegister class is not available at the given location.
.
-
Oct 28th, 2001, 09:59 PM
#3
Thread Starter
Member
I fixed it; JBuilder wasn't (even though the option was set ) compiling the code before it ran it.
-
Oct 28th, 2001, 10:11 PM
#4
-
Oct 28th, 2001, 10:22 PM
#5
Thread Starter
Member
I'm too stupid/lazy to write a batch file for the command line compiler.
-
Oct 29th, 2001, 03:49 AM
#6
Addicted Member
or you could use JCreator
Ford? Theres an infinite number of monkeys outside that want to talk to you about a script of hamlet they've produced!
-
Oct 29th, 2001, 06:34 AM
#7
Thread Starter
Member
Normally I might but I've got to play with Swing VB-style.
-
Oct 29th, 2001, 11:10 AM
#8
Hyperactive Member
If you want to use SWING VB style then use Forte for JAVA its free from the Sun site somewhere
"There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein
If you are programming in Java use www.NetBeans.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|