Several methods for Java Class compile EXE (transfer)

xiaoxiao2021-03-06  71

Compile the Java application locally for EXE (recommended to use JOVE and JET)

1. Get a Towerj compiler from www.towerj.com, which can make your class file

Compiled into an EXE file.

2. Create an EXE file with the Jexegen.exe provided by Microsoft's SDK-Java 4.0, this software can

Download free from Microsoft's website, the address is as follows:

http://www.microsoft.com/java/download/dl_sdk40.htm

The syntax of Jexegen 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 disc

The EXE component provided is available.

4. Create a installation disk using Installanywhere.

5. A high-performance Java compiler provided using IBM AlphaWorks, which can be from below

Address acquisition:

http://www.alphaworks.ibm.com/tech/hpc

6. Jet is an excellent Java language local compiler. This compiler can get one from this website

test version:

http://www.excelsior-usa.com/jet.html

7. Instant Day JOVE

http://www.instantitutions.com/jove/...ejovesystem.htm

JOVE has merged the previous Supercede, an excellent local compiler, now supercede

It is no longer existed.

8. JTOEXE

A local compiler developed by Bravo Zulu Consulting, INC, which can be from the company

Download free on the web page, but currently can't be found on the company's homepage.

Homepage: http://www.bravozulu.com/

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

New Post(0)