posted 16 years ago
Hi,
This is the error which i am getting while compiling a file which imports the package and uses the class "Factorial"
----------------
TestFactorial.java:6: cannot access Factorial
bad class file: D:\Shyam\fact\Factorial.class
class file contains wrong class: fact.Factorial
Please remove or make sure it appears in the correct subdirectory of the classpa
th.
Factorial facObj=new Factorial();
-----------------
I have set the classpath as follows
set classpath=%classpath%;d:\Shyam;.
where my package "fact" lies in D:\Shyam.
What might be the problem
Rgds
Sree
^