javaDART - Java-based DART Graphics Tool Download Application for Windows
javaDART is written entirely in Java and we expect it to run on any platform that supports the Java-2 SE Runtime Environment (JRE) Version 1.4.1. It has been tested on Windows 2000/XP and Solaris 7/10.
Minimum System Requirements:
Internet connection and Java-2 Runtime Environment (JRE) Version 1.4.1 or better installed
Release:
javaDART Version 2.11
Download javaDART:
Install javaDART:
- Save the self-unpacking archive
DartApp.exe
to the desired directory when downloading, e.g.,C:\Documents and Settings\USER\My Downloads
. - Double click on the self-extracting file
DartApp.exe
icon or launchDartApp.exe
from a Run dialog box. - A "WinZip Self-Extractor" dialog box will appear. Using the "Browse" button, select the destination directory in which to unpack javaDART, e.g.,
C:\Program Files\javaDART
. - Click on the Unzip button to start the unzip process.
- Note: By default, the "Overwrite files without prompting" checkbox is checked.
- When the unzipping process finishes, click on the OK button.
- Click on the Close button for the "WinZip Self-Extractor" dialog box.
- Delete the self-extracting file
DartApp.exe
. - Installation of javaDART is complete.
Run javaDART:
Open an Internet connection. Start javaDART by launching run_app.bat
from a Run dialog box or Windows Explorer, or by clicking on the file in the installation directory (C:\Program Files\javaDART\run_app.bat
).
Problems Running javaDART:
If you are unable to run the javaDART application, there are two common problems: the necessary version of Java Runtime Environment (JRE) is not installed on your computer or the PATH environment variable for JRE is not set properly.
- Verify installation of JRE
Verify that JRE is installed on your computer by opening the
Add/Remove Programs
dialog from theControl Panel
. "Java 2 Runtime Environment SE v1.4.1" or better should appear in your list of installed programs. - If JRE installed, then set PATH
If JRE v1.4.1 or better is installed on your computer, then edit the script
run_app.bat
included with the javaDART distribution to set the PATH for the Java Runtime Environment executable files at run time. Remove the string "rem
" from the second line to make it a command rather than a remark. If JRE is not installed inC:\Program Files\Java\j2re1.4.1
, then correct the location of the JRE executable files in line 2.rem remove "rem" from next line to set your PATH to run java rem set PATH="C:\Program Files\Java\j2re1.4.1\bin" java -cp DartApp.jar DartApplet
- If JRE not installed, then install JRE
If JRE v1.4.1 or better is not installed on your computer, then you need to download and install JRE.
Download Java-2 Runtime Environment (JRE):
The Java 2 Standard Edition (J2SE) Runtime Environment can be downloaded from Sun Microsystems for free.
- Go to J2SE Downloads web page.
- Select the "Download Windows J2SE JRE" option.
Install JRE:
- Follow the Sun instructions for downloading and installing the JRE. If you take the defaults, this will result in the JRE being installed in
C:\Program Files\Java\j2reVERSION_NUMBER
. - Restart your computer if necessary.
- Start javaDART by launching
run_app.bat
from a Run dialog box or Windows Explorer, or by clicking on the file in the installation directory (C:\Program Files\javaDART\run_app.bat
). - If it fails, follow the directions in the Problems section to edit the
run_app.bat
script included in the distribution of javaDART. - If it still fails, contact your System Administrator.
Documentation:
Please see the javaDART Help System or the Help document.
How to Get the Latest Version:
The javaDART tool will alert you when a new version is available. The latest version of javaDART can be obtained at the following address: www.cbr.washington.edu/analysis/archive/javadart.
Other Versions:
The javaDART application is also available for download for Solaris/Linux.
The javaDART applet is accessible from http://www.cbr.washington.edu/dart/javadart/applet/.