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/BioJava3_Eclipse_with_SVN.mediawiki
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,33 @@
8
8
9
9
* Install the [http://subclipse.tigris.org/ subclipse] plugin for subversion (latest version: 1.6)
10
10
11
+
12
+
Update for Eclipse Helios SR2 (May 2011)
13
+
14
+
The above plugins are still available and work fine, however, below are the few important particulars.
15
+
16
+
* Make sure you have full JDK 1.6 installed, JRE will not be sufficient (some ''Maven'' plugins will not work)
17
+
18
+
* After JDK installation point Eclipse to the JDK location. For this edit ''eclipse.ini'' found in the Eclipse root directory. Insert ''-vm'' keyword with the location of your JDK and make sure that this keyword precedes ''-vmargs'' (!) for example
19
+
20
+
-vm
21
+
C:/Java/jdk1.6.23/bin
22
+
-vmargs
23
+
-Xms40m
24
+
-Xmx512m
25
+
26
+
* If you work on any other operating system but win32, you will have to install JavaHL library for the ''subclipse'' plugin manually. More information about it can be found here: [http://subclipse.tigris.org/wiki/JavaHL http://subclipse.tigris.org/wiki/JavaHL]
27
+
28
+
* When adding the URL of BioJava development repository do not add the actual folder you want to check out, otherwise you may not be able to checkout it as maven project.
29
+
30
+
For example if you want to checkout <nowiki>Insert non-formatted text here</nowiki>
0 commit comments