If you add the jar files (un-jarred) into %JAVA_HOME%\jre\lib\ext then they will be picked up automatically. Or alternatively put the jar file anywhere, and reference it by name in your CLASSPATH environment variable.
gb828,
Place the new jar under some other folder and set your class path to point to the jar(not the directory). For example, you can put the sample.jar under c:\temp and set your classpath as,
CLASSPATH=c:\temp\sample.jar
Ganesh If you find my post really helpful, please record it by clicking the purple star below.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.