You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some distributions of Biojava, you need to specify biojava.jar instead of biojava-live.jar in the above. We are working on resolving this.
54
+
47
55
It is also possible to "install" JAR files onto your system by copying them into your Java installation's extensions directory. On most Unix systems, this is named ''${JAVA_HOME}/jre/lib/ext''. On Mac OS X there is a per-user extensions directory called ''~/Library/Java/Extensions'' (you may have to create this directory yourself). For other platforms, consult your Java vendor.
48
56
49
57
You can now compile and run BioJava programs using the ''javac'' and ''java'' commands. You might like to look at the [[BioJava:Tutorial|tutorial]], [http://www.biojava.org/docs/api15b/index.html API documentation] and the [[BioJava:Cookbook |BioJava in anger]] section . Finally, you can learn a lot about BioJava by trying the demo programs included in the source distribution (see below).
0 commit comments