 Requirements
 ------------
 
 Application Explorer requires Sun Java Runtime Envitonment 1.5 or higher.
 If you do not already have this environment you can download it from 
 <http://www.java.com/en/download/manual.jsp>
 
 
 Install
 -------
 
 Just unzip the downloaded archive to any folder you like and you are ready
 to go!
 
 
 Running Application Explorer
 ----------------------------
 
 The application is packaged as a jar file placed in the bin folder.
 appexp.jar
 You'll need to supply the name of this jar file as a parameter to 
 "java" to start the application.
 
 The exact command to use is:
 java -jar appexp.jar
 
 For ease of use scripts are provided to do this for you.
 Ensure the java command is in your environment path,
 or the JAVA_HOME environment is set to point to the correct JRE/JDK, 
 or JAVACMD points to the java executable before you run the scripts.
 
 On certain OSes double clicking the jar file will also launch the 
 application.
 
 You can specify the starting folder for application explorer at the 
 commandline, as the first parameter to the scripts.
 (See the documentation for more details on how the starting folder is used)
 
 e.g. java -jar appexp.jar /home/users/
 e.g. appexp.pl /home/users/
 e.g. appexp.bat "C:\Program Files\"
 
 
 Developers
 ----------
 
 The source code for Application Explorer can be found in the src folder.
 I'm developing this in Eclipse 3.0 and JRE/JDK 1.5 on a windows platform.
 If you have Eclipse installed follow these steps to import the 
 Application Explorer project into your eclipse workspace.
 
 1. Start Eclipse
 2. Goto Menu File->Import
 3. Select "Existing project into workspace" from the list
 4. Click Next to move to the next screen
 5. Click Browse
 6. Navigate and select the src/AppExplorer folder
 7. Click OK and finish the import