JAR file
hi,
Is there anyone know how to make the classes of a package available to other classes? I did create a JAR file and put it in C:\Program Files\Java\jdk1.6.0_02\jre\lib\ext directory. I also created the classpath to that JAR file.
However, when I tried to import the jar file by using statement "import jarFile.*; ", it complains...say that " the jarFile cannot be resolved".
Anyone know how to fix this problem?!
Thanks
|