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
Copy file name to clipboardExpand all lines: _wikis/BioJava:GetStartedLegacy.mediawiki
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,19 @@
1
1
== Introduction ==
2
+
Welcome to BioJava 1 or BioJava Legacy. BioJava Legacy is the continuation of the old BioJava core while a new code base, BioJava 3, is currently being developed. As of the concurrent release of BioJava 1.8.1 and BioJava 3.0.1, many functionalities are still not available in BioJava 3 and differences between their respective sequence models may make BioJava 1 a valid option for your project.
2
3
3
-
BioJava will run on any computer with a Java virtual machine complying to the Java 2 Standard Edition (J2SE) 1.5 (or later) specifications. Java implementations for Linux, Windows, and Solaris are available to download from [http://www.oracle.com/technetwork/java/ Oracle's java website]. Recent versions of MacOS X include a suitable Java implementation as standard. Java is also available on many other platforms: if in doubt, contact your vendor. BioJava binaries are distributed in .jar (Java ARchive) format.
4
+
To find out more about BioJava 1, check any of the following entry points:
5
+
* [[BioJava:Tutorial|Tutorial]] to learn about symbols, sequence, and events.
6
+
* [[BioJava:CookBookLegacy|Cook Book]], also famously known as BioJava in Anger, to find out many code snippets.
7
+
* [[BioJava:BioJavaXDocs|BioJavax Extension]] which provides sophisticated event-based methods to read, write, and manipulate sequence files.
8
+
9
+
== Installation ==
10
+
BioJava 1 will run on any computer with a Java virtual machine complying to the Java 2 Standard Edition (J2SE) 1.5 (or later) specifications. Java implementations for Linux, Windows, and Solaris are available to download from [http://www.oracle.com/technetwork/java/ Oracle's java website]. Recent versions of MacOS X include a suitable Java implementation as standard. Java is also available on many other platforms: if in doubt, contact your vendor. BioJava binaries are distributed in .jar (Java ARchive) format.
4
11
5
12
You can get the latest version [[Biojava:Download_1.8|BioJava 1.8 (requires Java 1.5+)]] from the [[Biojava:Download|download area]] .
6
13
7
14
You can also integrate BioJava with NetBeans IDE. To find out how follow this [[How_to_integrate_BioJava_in_NetBeans_IDE|link]].
8
15
9
-
== Installation ==
10
-
11
-
None of these .jar files need to be unpacked for normal use -- simply place them in a convenient directory.
12
-
13
-
To use BioJava, add the required JAR files to your CLASSPATH environment variable. The exact syntax varies between platforms. The text is wrapped due to limited space. The actual commands should be on a single line:
16
+
None of these .jar files need to be unpacked for normal use -- simply place them in a convenient directory. To use BioJava, add the required JAR files to your CLASSPATH environment variable. The exact syntax varies between platforms. The text is wrapped due to limited space. The actual commands should be on a single line:
14
17
15
18
=== UNIX Bourne-type shells (the default with most Linux distributions and MacOS 10.3) ===
0 commit comments