[jsword-svn] r1087 - trunk/jsword-web/src/web

dmsmith at crosswire.org dmsmith at crosswire.org
Thu Jun 29 04:36:54 MST 2006


Author: dmsmith
Date: 2006-06-29 04:36:36 -0700 (Thu, 29 Jun 2006)
New Revision: 1087

Modified:
   trunk/jsword-web/src/web/Eclipse.html
Log:
Updated eclipse setup instructions

Modified: trunk/jsword-web/src/web/Eclipse.html
===================================================================
--- trunk/jsword-web/src/web/Eclipse.html	2006-04-30 23:51:48 UTC (rev 1086)
+++ trunk/jsword-web/src/web/Eclipse.html	2006-06-29 11:36:36 UTC (rev 1087)
@@ -30,6 +30,10 @@
   <a name="linuxjava" href="linuxjava.html">Installing Java under Fedora Core 3/4</a>.
 </p>
 <p>
+  If possible set an environment variable, <code>JAVA_HOME</code> to point to 
+  the directory you just created. This might be something like <code>C:\Java\j2sdk1.4.2_11</code>.
+</p>
+<p>
   We develop under 1.4.2, but routinely test against 1.5. We will move to 1.5
   when it is well supported on all the platforms to which we deploy. Currently
   these are Windows, Mac and Linux. At this time MacOS 10.3 does not support Java 1.5.
@@ -62,7 +66,18 @@
   For linux distributions that do not provide Eclipse, in the /usr/java directory,
   run <code>gtar zxvf eclipse-SDK-3.1-linux-gtk.tar.gz</code>.
 </p>
+<p>
+  On Windows, you will probably will want to create a shortcut for Eclipse.
+  Assuming that you have installed Eclipse at c:\Eclipse, use the following as the target:<br/>
+  <code>c:\eclipse\eclipse.exe -vm %JAVA_HOME%\bin\javaw -vmargs -Xmx1024M</code><br/>
+  
 
+<h2>Installing Subclipse, a Subversion client</h2>
+<p>
+  
+  Follow the instructions on the <a href="http://subclipse.tigris.org/install.html" target="subclipse">Subclipse website</a>.
+</p>
+
 <h2>Setting up the JSword projects in Eclipse</h2>
 
 <h3>Setup an Eclipse Workspace</h3>



More information about the jsword-svn mailing list