backslash irrelevant in java
[jalview.git] / README
1 Jalview Release 2.01\r
2 -------------------\r
3 \r
4 \r
5 \r
6 This is the complete source for Jalview 2.01. \r
7 \r
8 The source is available as a tar file and comes complete with the GNU General Public License. \r
9 \r
10 To build the application you will need a J2SDK 1.4+. \r
11 \r
12 An Ant build file (build.xml) is provided, you will need to install Apache Ant first. Run ant to build the application, use the target "makeApplet" to make the Applet.\r
13 \r
14 You can also use Borland JBuilder to build Jalview. A JBuilder project file (JalviewX.jpx, JalviewApplet.jpx) for both application and applet is provided.\r
15 \r
16 For more help, read the file doc/building.html\r
17 \r
18 \r
19 ##################\r
20 \r
21 To run application:\r
22 \r
23 java -Djava.ext.dirs=JALVIEW_HOME/lib -cp JALVIEW_HOME/jalview.jar jalview.bin.Jalview\r
24 \r
25 Replace JALVIEW_HOME with the full path to Jalview Installation Directory.
26 \r
27 ##################\r
28 \r