Jalview 2.6 source licence
[jalview.git] / README
1 Jalview Readme
2 --------------
3
4
5 The source is available as a tar file and comes complete with the GNU General Public License. 
6
7 To build the application you will need a J2SDK 1.5+. 
8
9 An Ant build file (build.xml) is provided, you will need to install Apache Ant first. 
10 Run ant to view usage which will display a list of useful build targets.
11
12 You may also be able to use Borland JBuilder to build Jalview. A JBuilder project file 
13 (JalviewX.jpx, JalviewApplet.jpx) for both application and applet is provided, 
14 but the library dependencies are almost certainly out of date. See the build.xml 
15 for current dependencies.
16
17 For more help, read the file doc/building.html
18
19
20 ##################
21
22 To run application:
23
24 java -Djava.ext.dirs=JALVIEW_HOME/lib -cp JALVIEW_HOME/jalview.jar jalview.bin.Jalview
25
26 Replace JALVIEW_HOME with the full path to Jalview Installation Directory.
27
28 ##################
29
30
31 If you use a proxy server add 
32
33 -Dhttp.proxyServer=YOUR.SERVER -Dhttp.proxyPort=YOURPORT
34
35 If the proxy server requires authentication, add
36
37 -Dhttp.proxyUser=USERNAME -Dhttp.proxyPassword=PASSWORD