I implemented the java applet application. I searching for the process of how to create the executable file for this application.I am not find any good solution. Please can anybody help me.
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The executable of a Java applet is either a
.jarfile, or the.classdirectory.You execute a Java applet within a web page. You place the
.jarfile or the.classdirectory in your web directory structure.Here’s an example HTML applet:
Further information can be found at How to Make Applets.
It’s been a while since I’ve had to code an applet, but the archive parameter can include directories.