Is it worth making my game into an applet?

I have recently started to make games, and I am wondering if it is worth/still normal to make my game into an applet?

Thanks,

-DarkCart

Applets?

Dead mate.

HTML5 is the new way, LibGDX has a way to compile the Java code into JavaScript, I might be wording that wrong. However you can probably check it out and see how it is done.

No. Oracle is crippling applets even further with every update.

Just embed an JRE in your game files and ship it.

Is it not pretty much goosed now because of signed apps?

Whats an applets? :smiley:
[sub](kidding of course)[/sub]

But no, I personally wouldn’t bother with Applets. Like Riven said, just embed a JRE with your program/game.

Ok, thanks for your suggestions.