'How to Convert Java Web-application into Desktop (.exe) application
I have developed a web-application based on spring hibernate jsp, is it possiable that i can convert this web-application into desktop application or .exe file or is there any other way of converting .war file to .exe file
Solution 1:[1]
Not sure if you can make a .exe of your sprid web-application. I suggest you create a small awt/swing wrapper and use the web-view to display the web-application in the simple broswer. You can then package it as jar and run.
Not tried anytime but should help.
Solution 2:[2]
If I am know right, that you want to convert your web into desktop app (.exe) I have created the project that can convert web to exe via python https://github.com/HoangQuanGITHUB/web2exe Hope this useful!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | mtk |
| Solution 2 | Newbie |
