If you don't find the answer to your question here, don't hesitate to email us.
java -Xmx1g -cp Jane.jar edu.hmc.jane.gui.Design
from the
command line.
Back to Top
java -cp Jane.jar edu.hmc.jane.gui.Design
from within the folder that you put the JAR in.
Back to Top
There are a few things. Jane is designed to take advantage of multi-core processors, so if you upgrade to more cores, you'll get an almost linear performance improvement. (Eg. if you go from a single core processor to a dual core processor, Jane' speed will approximately double.)
If you are currently running a 32-bit JVM (Java Virtual Machine), you can get an approximately 2.5-fold performance increase by switching to a 64-bit JVM. (If your computer is old, this may require buying a new one, as the 64-Bit JVM will not run on some older computers.) Here is how to do that on Windows.
First, check to see which version of the JVM you are running. You can do this by simply running Jane' GUI or command line interface. If you don't get a warning, you are already using a 64-Bit JVM and don't need to do anything. Otherwise, continue with these instructions.
Download the 64-bit JVM from here. Specifically, choose to download the JDK and not the JRE. Then agree to the license agreement and select Windows x64 from the options given. Once you have downloaded the file, install it.
After the install finishes, try running Jane again and check to make sure that the warning is gone. If the warning is still there, ask for help from your IT department. One troubleshooting step you might try is to make sure you do not have a 32 bit JDK installed (the 32 bit JRE is fine). You can check whether it is installed using the add or remove programs control panel feature and looking for programs beginning with "Java".
Back to Top.xls
or .xlsx
file.
Back to Top
Jane 3 contains a number of features not present in Jane 2 such as failure to diverge events and time zone support. In addition, the randomization method used in statistics mode did not work correctly in Jane 2 and has been fixed in Jane 3. Jane 3 also tends to be faster on larger trees (50 tips or more) while Jane 2 is faster for smaller trees. Both Jane 3 and Jane 2 are available at the download page.
While both Jane 3 and Jane 2 demonstrate significant speed improvements over Jane 1, contain multiple bug fixes, and produce the same (and sometimes better) quality solutions, you are free to download and use the original version of Jane from the Jane 1 website.
Back to Top