Deploying Java game help
I’m making my entry in Java (as I stated in a previous post), but I don’t know how to deploy my game so that you guys can download it.
I’m using Eclipse as my IDE and pure Java only, no external frameworks.
Any ideas on the best way to deploy my game?
Thanks for any help 
Embed the jar or the main .class file on a html page and you’re done.
I’ve only started Java so I don’t know much about applets yet.