I have a little game that I made (a runnable jar) and would like to put it on a website. I have 0 experience in writing a java web app, nor do I really want to rewrite the whole thing if it can be avoided.
Is there some way (a framework maybe) that will let me do something like this?
Launch it direct from a link using Java Web Start. There is no need to convert the code at all.