0

Hey I've got three java classes (saved as .java) forming an applet, and have no clue how to convert it to html. I've seen people say to convert it to a .jar, but i don't know how to do that. can anyone give a step by step? (preferably using netbeans)

1 Answer 1

1

Try this: making a jar file

And add this to your html file

<applet code = 'packagename.ClassName' 
    archive = 'JarFileName.jar'
    width = 300
    height = 300>
</applet>
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.