Just wondering..

Hey, I was just wondering how do i put a java application (.jar) onto a webpage?
Do u need javascript or HTML5? ???

Haven’t ever really done this but you can load an applet through pure html (html 5 is not required)

OK thanks! ;D

Just saying next time make a more appropriate title

Just google. Below Html 5 it’s as simple as a tag: [icode][/icode] and in html5 it’s a little more complicated, but basically it’s only one tag, too: [icode]you still need to google about that[/icode]…

Obligatory shameless self-promotion: if you don’t feel like dealing with the html (the applet tag is deprecated and all the cool kids are using jnlp now), you can use Static Void Games to handle your hosting for you- you can even specify your own ad codes to hopefully make some money.

If you do decide to deploy your applet yourself, I recommend starting here: http://docs.oracle.com/javase/tutorial/deployment/applet/deployingApplet.html