Reputation: 67
I would like to ask how to run Swing Applications from host server to a remote machine.. for example..
I have a server which has a jar file build as swing application in linux and a web page that will run the jar file..
and remote machines will just type the URL for them to load the webpage and emulate/run the jar and display the swing application to the remote machine from the server.. How can I do this?
Upvotes: 1
Views: 1458
Reputation: 647
Webswing runs java swing applications on server machine and show GUI to user in browser and it is free. I tested it with our application and it is quite good and done its job.
From webswing site :
What is Webswing ?
Webswing is a web server that allows to run any swing application inside your web browser using only pure HTML5.
You can download from here.
Upvotes: 5