Eight ways to convert Java's Class file to an Exe file

zhaozj2021-02-12  184

Several Java applications are compiled locally into EXE (recommended to use JOVE and JET) 1. Get a Towerj compiler from www.towerj.com, which can compile your Class file into an EXE file. 2. Use Microsoft's SDK-Java 4.0 provided by Jexegen.exe to create an EXE file, this software can download from Microsoft's website, the address is as follows: http://www.microsoft.com/java/download/dl_sdk40.htm Jexegen The syntax is as follows: Jexegen / Out: main_file_name / main: main_class_name main_class_file_name.class [and other classs] 3. Visual Cafe provides a local compiler that can create an EXE file. You need to install the EXE components provided on the CD. 4. Create a installation disk using Installanywhere. 5. A high-performance Java compiler provided by IBM AlphaWorks, which can be obtained from the following address: http://www.alphaworks.ibm.com/tech/hpc 6. Jet is an excellent Java language local compilation . This compiler can get a test version from this website: http://www.excelsior-usa.com/jet.html 7. Instantiations' JOVE http://www.instantiations.com/jove/...ejovesystem. HTM JOVE has merged the previous Supercede, an excellent local compiler, and now SuperCede has no longer exists. 8. JTOEXE BRAVO ZULU Consulting, INC developed a local compiler, which can be downloaded from the company's web page, but it is currently not found on the company's homepage. Homepage: http://www.bravozulu.com/

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$$$$$$

转载请注明原文地址:https://www.9cbs.com/read-7179.html

New Post(0)