Hi,
Im using j2sdk1.4.0
when Im compiling this small class it get compiled.
when I try to execute it it gave me an error saying,
Exception in
thread "main " java.lang.NoClassDefFoundError :
test Whats wrong with this???
Pls help me to clarify this strange error...
Thanx in advance for any comments,
best regs,
Jayanath.
import java.io.*;
public class test
{
public static void main(
String arr[])
{
System.out.println("testing ");
}
}
