开发者

Best Desktop Deployment technique for small Java applications

开发者 https://www.devze.com 2023-03-05 20:05 出处:网络
I am planning to develop a GUI Frontend for mixminion in java using swing(it would be somethi开发者_JS百科ng very simple nothing big). After making it what would be the best way to deploy it on window

I am planning to develop a GUI Frontend for mixminion in java using swing(it would be somethi开发者_JS百科ng very simple nothing big). After making it what would be the best way to deploy it on windows for average users who dont even know whats java(leave alone JRE).So asking them to separately download JRE is not an option. I also want to keep the download size to minimum coz it will downloaded through internet so i cannot bundle JRE with installer. Using Jet to compile it into a native code is not an option bcoz its not free. Any suggestion would be greatly appreciated. Thanks


If your really need to create a native app, the GNU Compiler for the Java can produce native machine code. I have no experience using GCJ and the latest news on the website is from late 2009. So this advice comes without warranty or guarantees... However if want to try:

http://gcc.gnu.org/java/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号