Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exception in thread "main" java.lang.NoClassDefFoundError: Emp

Status
Not open for further replies.

DBugger

Programmer
Nov 3, 2002
4
AE
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 ??
 
Your CLASSPATH is not set. Read the threads here on CLASSPATH to find an answer.

Joseph
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top