mustg stone

Greenhorn
+ Follow
since Nov 10, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by mustg stone

(1) Launching java applications and applets by double-clicking class files in Windows explorer.
(2) Launching java source code and class hierarchy by right-clicking class files in Windows explorer.
(3) Creating Windows exe files for Java applications with user icon, arguments and manifest files
(4) Creating executable Jar files for Java applications


software link
19 years ago
Java Launcher is an easy-to-use software which contains three features:
(1) Lets you run Java applications and applets by double-clicking class files from Windows explorer, as if these classes are normal Windows executable files.
At same time, the software can check errors (such as package error) for you.
(2) Compresses all classes and related files (such as images) into a single exe file.
The Exe file can be launched by double-clicking from Windows Explorer as if it is a normal Windows executable file.
User icon, arguments of Java main() method and manifest file can be added to the exe file.
You can distribute the single exe file to others.
(3) Compresses all classes and related files (such as images) into a single executable Jar file.
The jar file is compatible with multiple platforms.
You can run Java application by double-click the jar file if use Windows

link
http://www.syncedit.com/download_javalauncher.html
19 years ago