Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • To check your Java version, type "java -version" on your command line. 
  • To download Java 1.8, please go to website http://www.java.com/en/download/.
  • To link to the new downloaded Java 1.8, for mac, try these two commands from command line: 

    Code Block
    sudo rm /usr/bin/
    java 
    java 
    sudo ln -s /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java /usr/bin

Downloading phylonet.jar

Acquire the current release of PhyloNet by downloading the most recent version of the PhyloNet JAR file. You will have a file named PhyloNet_X.Y.Z.jar, where X is the major version number and Y and Z are the minor version numbers.

...

Place the jar file in the desired installation directory. The remainder of this document assumes that it is located in directory $PHYLONET_PATHDIRECTORY. Installation is now complete. In order to run PhyloNet, you must execute the file PhyloNet_X.Y.Z.jar, as described in the next section.

...

The PhyloNet tool is executed by typing the following command into your console:

Code Block
>javajava -jar $PHYLONET_PATHDIRECTORY/PhyloNet_X.Y.Z.jar script.nex

...