I have made games in jar format using processing.org, Netbeans and Eclipse! These are desktop based games I want to run these games on online servers (web) without altering the code. This game also have embedded sounds and graphics in its folder. Please help me out I am new to web app development?
Asked
Active
Viewed 95 times
2 Answers
3
You can't just take a desktop application and put it somewhere and make it work in a webbrowser and multiuser magically.
You need to change code if you want your desktop application to become a webapplication.
It's a completely different development process.

JREN
- 3,572
- 3
- 27
- 45
-
Have you tried the magic word, "abracadabra!" – Davos555 Jul 05 '13 at 13:47
-
5@Davos555 I have, and it turned my shoes into bananas :( – JREN Jul 05 '13 at 13:48
3
For deploying Java desktop apps., the best option is usually to install the app. direct from a link using Java Web Start. JWS works on Windows, OS X & *nix.

Community
- 1
- 1

Andrew Thompson
- 168,117
- 40
- 217
- 433