You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by bu...@apache.org on 2011/01/12 11:30:46 UTC

svn commit: r782881 - /websites/staging/river/trunk/content/river/building-river.html

Author: buildbot
Date: Wed Jan 12 10:30:46 2011
New Revision: 782881

Log:
Staging update by buildbot

Modified:
    websites/staging/river/trunk/content/river/building-river.html

Modified: websites/staging/river/trunk/content/river/building-river.html
==============================================================================
--- websites/staging/river/trunk/content/river/building-river.html (original)
+++ websites/staging/river/trunk/content/river/building-river.html Wed Jan 12 10:30:46 2011
@@ -104,7 +104,8 @@
 </p>
 <p>First you will need to create a new JDK system library.  The normal JDK libraries that come in Eclipse have restrictions place on the <code>rt.jar</code> file which prevents the import of some proprietary Sun classes.<br />
 </p>
-<p>Since River is built with Ant this isn't strictly necessary, but it is if you don't want the compiler error warnings flashing up.  Currently, River should be built with JDK 1.5, so please ensure that you have this installed and your new library uses it.</p>
+<p>Since River is built with Ant this isn't strictly necessary, but it is if you don't want the compiler error warnings flashing up.<br />
+Currently, River should be built with JDK 6 (-source 5), so please ensure that you have this installed and your new library uses it.</p>
 <p>Then you need to add the JARs in <code>$RIVER_HOME/extlibs</code> to your classpath.<br />
 </p>
 <p>That should everything that Eclipse needs to be happy with the River code.</p>