Question by Michael B: How would I embed a java game onto my website?
How would I embed a java game onto my website?
How would I embed one, and also how would I download the file? I want to upload slime games to my website. Thanks, guys.

Best answer:

Answer by what?
You need the java class file and then use code like this:

<applet code=”filename.class” width=”#” height=”#”>You need Java enabled to view this applet</applet></p>

You need Java enabled to view this applet

Know better? Leave your own answer in the comments!