Edited wiki page GettingStarted through web user interface.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index fc0bade..fb9aa3a 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -6,9 +6,11 @@
 
 = Getting the Code and Additional Documenation =
 
-You will need a JDK, Ant, and Git to begin making use of the code. There has yet to be a release, so you will need to grab the source code using Git.
+You will need a JDK 1.6u27 or higher, Ant, and Git to begin making use of the code. There has yet to be a release, so you will need to grab the source code using Git.
 {{{
 git clone https://code.google.com/p/plexi/
 }}}
 
-The !JavaDoc-based documentation has the few additional steps to get running. Run "ant javadoc" in the plexi directory and open "build/javadoc/index.html" in your browser.
\ No newline at end of file
+The !JavaDoc-based documentation has the few additional steps to get running. Run "ant javadoc" in the plexi directory and open "build/javadoc/index.html" in your browser.
+
+Using JRE or JDK 1.6u27 or higher is very important, because there is a [http://bugs.sun.com/view_bug.do?bug_id=6946825 bad memory leak] in 1.6u16 and prior.
\ No newline at end of file