1

Is it possible to post a java application on a website without converting it into an applet? I have worked hard on making a game and I want to share it. My game uses the Light Weight Java Game Library, so it is harder to convert to an applet. It is currently an application and I would not like to start all over again making it an applet....

If I do need to convert it into an applet, Could I still use most of the code?

Victor Zakharov
  • 25,801
  • 18
  • 85
  • 151

1 Answers1

3

You won't require much changes if you deploy it as a Java Web Start.

I'd strongly recommend looking into this table that clearly shows the differences between both Java Applications, Java Applets and Java Web Start Applications.

Frankie
  • 24,627
  • 10
  • 79
  • 121