• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java launcher 1.5 released

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic