Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

To make a .jar file playable in the browser, it has to be built as an applet. I can't remember exactly how to do it, but that doesn't use the main function. I think you have to extend a class from the Java standard library, and override a few methods. Hope this helps.