Author: sijskes
Date: Wed Jan 12 10:30:28 2011
New Revision: 1058049
URL: http://svn.apache.org/viewvc?rev=1058049&view=rev
Log:
changed 5 to 6
Modified:
incubator/river/site/trunk/content/river/building-river.mdtext
Modified: incubator/river/site/trunk/content/river/building-river.mdtext
URL:
http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/building-river.mdtext?rev=1058049&r1=1058048&r2=1058049&view=diff
==============================================================================
--- incubator/river/site/trunk/content/river/building-river.mdtext (original)
+++ incubator/river/site/trunk/content/river/building-river.mdtext Wed Jan 12
10:30:28 2011
@@ -65,7 +65,8 @@ Create your new IDE project using your 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 `rt.jar` file
which prevents the import of some proprietary Sun classes.
-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.
+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 6 (-source 5), so please ensure that
you have this installed and your new library uses it.
Then you need to add the JARs in `$RIVER_HOME/extlibs` to your classpath.