Java Applet with External Jar
Hi guys
I have an Applet inMyApplet.java
file. It uses external .jar libraries and I have to get it work on a Web Browser.
1) I am a complete newbie in wr开发者_JAVA百科iting custom classpath, manifest ecc... which is the correct way to compile my .java file to get the .class?
2) Once i have the .class file, what i have to do in my webspace? where to put the jar files? what i have to write in my html page?
A step by step tutorial would be awesomeThere are nice resources out there, for example "The Java Tutorial", which has a section on How to write Applets.
But you seem to need even more basic advise on compiling - so take a look at Getting Started, and later at Deployment. Then come back if you have more concrete problems.
精彩评论