GenoProfiler Installation
 

Several installers are available for Windows and other platforms. Pure Java installer can be used at any platforms.

Installer for windows:

  1. Save jinstall.exe in a temporary directory on your system as a binary file.
  2. Verify that the filename you downloaded is jinstall.exe. If your browser saved it with any other name, then rename it.
  3. Double-click on the downloaded copy of jinstall.exe to install the application.

    Pure Java Installer ( to install this application on any system that already has a JVM and Swing 1.1/1.2):

    1. Save install.jar in a temporary directory on your system as a binary file.
    2. Verify that the filename you downloaded is install.jar. If your browser saved it with any other name, then rename it.
      After you've saved the file, then click Move to the directory where you stored install.jar and issue the appropriate command for your OS Windows, Unix, Mac, or Other OS.

    Notes: You must replace [pathname] with the full path on your system to swingall.jar 1.1/1.2. There is a . (period) followed by a : (colon) before install.jar.

    Windows with JRE 1.2.x or 1.3.x or 1.4.x:

    java -jar install.jar

    Unix with JRE 1.2.x or 1.3.x or 1.4.x :

    java -jar install.jar


    Mac with JRE 1.2.x or 1.3.x or 1.4.x:

    1. Make sure Apple's MRJ SDK is installed which includes the JBindery and other tools
    2. Launch the JBindery and add then enter load manually in the Command panel.
    3. In the Command panel, choose paths for console output and input.
    4. In the Classpath panel, enter install.jar in the search paths. If you're using JRE 1.1.x, then also include swingall.jar.
    5. In the Appearance panel, select any desired appearance features.
    6. In the Security panel, choose whether you want to use the code verifier.
    7. In any of the panels, select the Run button (or press the Return key) to execute the Java application.

    Other OS with JRE 1.2.x or JRE 1.3.x or JRE 1.4.x:

    If your system has been configured to automatically launch .jar files with Java 2, then you can simply double click on install.jar.

    Otherwise, issue the command:

    java -jar install.jar

    After you complete the installation, you'll be ready to start your new Java app.