itch.io Spring Selects Series A
On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Java applets aren't supported anymore in Chrome, and I think other browsers are following suit (NPAPI based plugins in general are being phased out.)

It looks like Itch does support it, though. Just keep in mind that the future of in-browser support for Java applets is sketchy, unless Oracle makes a native interpreter/whatever you call it for Java.

(Actually, if you are using Chrome that may explain the game not running, on my Chromebook at least it just shows nothing for the Java games on Itch.)

Thanks for the feedback, it's weird they added .jar to have it phased out, but I think it's fairly common on Android also, so I may move to making java apps for android in the future. I have that android studio currently also, hmmm. OKay, will keep this in mind, on the current page, I had a download, I've had 3 people download it, and I downloaded the .jar in Chrome...in Chrome now and I see "download now", but I see my browser is like "don't run this unless you really trust it" for the .jar

It gives that warning for .exes too, pretty much any non-web game on here. Most people don't mind.

I know it is possible to run a jar file with an exe launcher of some kind (similar to Minecraft), but I don't know how complicated that is to implement.

I'll check the game out when it isn't an hour after midnight :P

Thanks TerraCottaFrog, yea I need to maybe get some approved "code signing" happening.
I have about 7 levels, and a boss of sorts, so I hope it works out :D thanks.
I have a few friends playing this .jar and having fun so far, it is challenging (that's why I made an more in depth tutorial)

Yes, itch support said this about launching .jar in browser on submission, so sounds like this is my monthly goal for finishing this to my expectations :)

"The entry point is the package name of the class you compiled into your jar. Once you get it correct it should work on the draft page. If you're using an existing game engine then they might have a tutorial about how you would embed your game into a browser, and they'll describe what your entry point is."