Hi
me and my silly amateur problems...my filename is Emp.java,
and the rest of the code starts off like this
//start
import structure.*;
import java.lang.*;
import java.io.*;
public class Emp{ // ....till the end
I am trying to compile and it gives me this error,
Exception in thread "main" java.lang.NoClassDefFoundError: Emp
why ??
me and my silly amateur problems...my filename is Emp.java,
and the rest of the code starts off like this
//start
import structure.*;
import java.lang.*;
import java.io.*;
public class Emp{ // ....till the end
I am trying to compile and it gives me this error,
Exception in thread "main" java.lang.NoClassDefFoundError: Emp
why ??