原作:T55555
This is old topic ...
Many people already know exe4j, intallAnyWhere, JBuilder ... etc
can convert your java file to M$ windows executable file.
However, they are not free...
Below, I found free stuff and open souce code!
(1) gcj // Gnu's Java compiler
(2) In Java Developer's Journal 2002-Issue9 had an article about
"Creating a Custom Launcher"
It is not difficult at all to write a small C/C++ program yourself.
If you like write your own C/C++ code to make java become exe file:
Here is the link:
http://www.sys-con.com/story/?storyid=37130&DE=1#RES
(3) The open-source project: JSmooth (Java Executable Wrapper - convert java to exe)
http://jsmooth.sourceforge.net/index.php
By using these free stuffs, I do not have any trouble to create exe file.
Hope this helps you.
中文翻譯:jonz(T55555大大,小弟若翻的不好還請見諒啊!)
這是個舊話題了......
許多人已經知道一些工具如:exe4j、intallAnyWhere、JBuilder............
可以將你的java檔轉成M$ windows的可執行檔(.exe)。
但是,它們是要錢的......
不過我發現了一些免錢而且開放原碼的好東東,將它們列在下面:
(1)gcj // Gnu's Java compiler
(2)在Java Developer's Journal 2002-Issue9裡有一篇文章:
"Creating a Custom Launcher"(製作自己的執行器)
自己寫一支小的 C/C++ 程式一點也不難喔;
如果你想要寫一個小的C/C++程式來將java檔包成exe檔的話,參考一下下面的網址吧:
http://www.sys-con.com/story/?storyid=37130&DE=1#RES
(3)開放原碼專案:JSmooth (Java Executable Wrapper - convert java to exe)
http://jsmooth.sourceforge.net/index.php
我用這些免錢的工具轉出來的exe檔都沒有問題喲,希望這些資訊對大家有幫助!