> I have not programmed in Java in awhile. I keep getting an error: when I
> invoke the JVM java Welcome.
Which mailinglist did you think you posted this to? This is a PHP list.
Take a look at http://www.php.net/ for more information on our favourite
scripting language.
Regards,
Soeren Staun-
I have not programmed in Java in awhile. I keep getting an error: when I
invoke the JVM java Welcome.
Exception in thread "main" java.lang.NoClassDefFoundError: Welcome
It compiles fine. javac Welcome.java
import java.lang.*;
public class Welcome {
//main method
public static void
2 matches
Mail list logo