资 源 简 介
Introduction
One of the frustrations about writing Java desktop applications is the setup needed to launch the Java Virtual Machine. This is often implemented using some platform-dependent launch scripts, which their only role is to find a suitable JRE and launch it with some options.
This is not optimal, since this defeats the cross-platform nature of Java.
Enter Appstart, the universal cross-platform Java application launcher.
What is Appstart ?
Appstart is a cross-platform application launcher (is written in Java itself), that relieves you from writing another shell/batch script to launch a Java desktop application.
All you have to do is:
* put the appstart.jar in your application dir. You can rename it to your likings, such as run.jar, start.jar, your_app_name.jar
* setup the appstart.properties file, specifying the main class to launch and other VM options (see AppstartProperties)
* then put all your jars