I develop an Swing Application. I need to know that whether i can make my swing application to run on web server(like Apache Tomcat,BEA Weblogic etc.).My friend told me that by create the JAR,WAR,and PROPERTIES file of the Swing Application we can able to run it in web server. But he also didnt know how to make it run.!!!
I need your help guys.
Never try to be a hard-worker. Be a smart-worker.
My Blog
No you cannot run swing application in web browser. It may run with the help of third party tools but am not aware of them. Making a jar file would not help you running your application in web browser.
What exactly is your question? Do you mean browser or server?
Swing is for Client side programming. If you want to run your application in a Browser, you will need to use applets. Check this for information on applets.
If you meant server, then Swing is not going to help you.