Eight methods to convert a Java class file to an EXE file
Source: Internet
Author: User
The eight methods for converting a Java class file into an EXE-general Linux technology-Linux programming and kernel information. For more information, see the following. Several Methods for locally compiling Java applications into EXE (JOVE and JET are recommended)
1. Get a TowerJ compiler from www.towerj.com, which can compile your CLASS file into an EXE file.
2. Use Microsoft SDK-Java 4.0's jexegen.exe to create an EXE file. This software can be downloaded free of charge from Microsoft's website:
Http://www.microsoft.com/java/download/dl_sdk40.htm
The jexegen syntax is as follows:
Jexegen/OUT: exe_file_name
/MAIN: main_class_name main_class_file_name.class
[And other classes]
3. Visual Cafe provides a local compiler that can create an EXE file. You need to install the EXE component provided on the CD.
4. Use InstallAnywhere to create an installation disk.
5. Using a high-performance Java compiler provided by IBM AlphaWorks, the compiler can be obtained from the address below: http://www.alphaworks.ibm.com/tech/hpc
6. JET is an excellent local compiler for Java. The compiler can get a test version from this site: http://www.excelsior-usa.com/jet.html
7. Instantiations company JOVE http://www.instantiations.com/jove /...... Ejovesystem.htm JOVE combines the previous SuperCede, an excellent local compiler, And now SuperCede no longer exists.
8. A local compiler developed by JToEXE Bravo Zulu Consulting and Inc can be downloaded free of charge from the company's webpage, but cannot be found on the company's homepage at present.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.