importing packages from jar file
Hi all,I have a jar file that contain a package . And i set the clathpath with the path of jar file including the jar file name. And when I import the package i have an error that package does not exist. And I don't know why.
Yes.For simplicity , I changed the path of the jar file ( com.jar ) to "c:\" , then i added to the clathpath "c:\com.jar" , and again when I import the package the same error appear.