you need to add the jar to the applet tags archive parameter
and make the jar available to be downloaded, for example put it in the same directory as you applets html, or jar.
http://java.sun.com/javase
Main Topics
Browse All TopicsHi, please help!,I am new in java.
I am working on an applet that calls a third party jar file (jsch) to ssh a unix machine and run some commands. In Eclipse, I added the jsch library to the Eclipse Build Path and my applet is working fine, I am able to run the unix commands via the applet,
Now, when I try to run the applet from a link in the localhost , it seems that the program can't find the jsch library. I am not sure where to save this third pary jar file so the applet can find it or what else I can do to let this applet now where to find the library (jsch jar file)?
I am using Apache Tomcat 6.0, j2sdk1.4.2_13, the error I am getting is
java.lang.NullPointerExcep
at sun.plugin2.applet.Plugin2
at sun.plugin2.applet.Plugin2
at sun.plugin2.applet.Plugin2
at java.lang.Thread.run(Unkno
Exception: java.lang.NullPointerExcep
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
you need to add the jar to the applet tags archive parameter
and make the jar available to be downloaded, for example put it in the same directory as you applets html, or jar.
http://java.sun.com/javase
Business Accounts
Answer for Membership
by: CEHJPosted on 2009-06-09 at 07:43:08ID: 24581680
Put it in WEB-INF/lib of your webapp