Product Home
Usage
Demo
Download
Purchase
Support
Feedback
Function: Convert JAR archive into Executive.
1. Compose a java program D:\test\Hello.java: package test;public class Hello{ public static void main(String argv[]) { System.out.println("Hello, world"); }} 2. Compile, we get Hello.class: D:\>javac -target 1.2 test/Hello.java 3. Use jar.exe to create test.jar: D:\>jar cvf test.jar test/Hello.class
1. Compose a java program D:\test\Hello.java:
2. Compile, we get Hello.class:
3. Use jar.exe to create test.jar:
1. Download and install this free tool: [Free Edition Download] 2. Launch J2EWizard, select the jar file, then press next to continue: 3. Select the application type. Here we select "Console Application": 4. Input the main class to start: 5. Type in the exe filename you want to get: 6. Press next, the exe file is generated.
1. Download and install this free tool:
[Free Edition Download]
2. Launch J2EWizard, select the jar file, then press next to continue:
3. Select the application type. Here we select "Console Application":
4. Input the main class to start:
5. Type in the exe filename you want to get:
6. Press next, the exe file is generated.
1. On console, type 'test' and enter: 2. Download the program and result exe in this demo: [test.zip] - 20kb
1. On console, type 'test' and enter:
2. Download the program and result exe in this demo:
[test.zip] - 20kb
Demo 2: How to generate a Windows GUI application in java? Demo 3: How to build and create a Window NT Service in java? Demo 4: Window NT Service supports PAUSE/CONTINUE. Demo 5: System Taskbar Tray Icon and Event Log
Demo 2: How to generate a Windows GUI application in java?
Demo 3: How to build and create a Window NT Service in java?
Demo 4: Window NT Service supports PAUSE/CONTINUE.
Demo 5: System Taskbar Tray Icon and Event Log
RegExLab.com © 2005 - All Rights Reserved