Search found 1 match

by superwazn
Wed Jun 28, 2006 11:37 pm
Forum: Java
Topic: java.lang.NoClassDefFoundError
Replies: 19
Views: 20158

Re: Need help with J2EE SDK 5.0 & TextPad on Windows XP?


The command line for compiling HelloWorld.java in DOS is:

javac HelloWorld.java

You may verify that in your Tools>Compile JAVA

Parameter: $File
Initial Directory: $FileDir

So far so good. And the command line for running HelloWorld after compiling it is:

java HelloWorld

however, if your ...