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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

An interface that exists but cannot be found by compiler when access.

Status
Not open for further replies.

schmike

IS-IT--Management
Joined
Feb 28, 2003
Messages
8
Location
SG
Dear all,

I tried to make a reference to an interface in my code. The interface implementation code exists in the correct package but the compiler fault "bad class file.. "
"Please remove or make sure it appears in the subdirectory of the classpath"

Any experience on the problem i encounter above?
 
did you forget to include the package statement at the top of the file?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top