History
  • Version 0.60 2007/11/06
  • Add passing arguments from exe file to jar.
    file.exe arg1 arg2
    
    public static void main(String[] args)
    {
       System.out.println("arg1 = " + args[0]);
       System.out.println("arg2 = " + args[1]);
    }
                                  
  • Version 0.50 2007/07/13
  • Fixed bug when executing large Jar file.
  • No longer added system classpath to application classpath.
  • Version 0.40 2007/05/12
  • Fixed bug when load classpath from properties file.
  • Allow to modify location of properties file.
  • Reduce size of output executable file.
  • Enable JRE optimization for AMD64 bits.
  • Automatic detect and fix character encoding from application arguments.
  • Add two new VM options when start application.
    -Denv.class.path=<envcp>
    -Dapplication.home=<apphome>
    <envcp>   is the user's setting of CLASSPATH.
    <apphome> is the application startup directory.
  • Add more debug message when run with -debug option
  • Version 0.30 2007/04/06
  • Allow to load additional classpath and Java virtual machine options from properties file.
  • Change maximum size of file comment to 80 characters.
  • Version 0.20 2005/12/13
  • Allow to modify main-class. Overide main-class defined in Manifest.mf (Thanks P'Note for comment)
  • Allow to modify main method signature.
  • Added advanced menu
  • Version 0.10 2005/09/03
  • Initial Release
Pic01: Click here to enlarge image.
Click here to enlarge image

Sign Guestbook |  View Guestbook

Viewable with any browser Valid HTML 4.0 Transitional Valid CSS! Hosting by Yahoo!
Last update: March 26, 2006 at 10:14 (UTC). Contact the webmaster.