Guide eclipse users to jdk 1.6, not 1.5 git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10123 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/README.txt b/eclipse/README.txt index 2ec80f7..ef00020 100644 --- a/eclipse/README.txt +++ b/eclipse/README.txt
@@ -20,7 +20,7 @@ Window->Preferences->Java->Build Path->Classpath Variables Create a variable named "GWT_TOOLS" pointing to your "tools" folder. Create a variable named "JDK_HOME" pointing to the root of your JDK install - (for example, C:\Program Files\jdk1.5.0_05 or /usr/lib/j2sdk1.5-sun) + (for example, C:\Program Files\jdk1.6 or /usr/lib/j2sdk1.6-sun) ---------------- Spelling ----------------- @@ -71,7 +71,7 @@ ------------ Compiler settings ------------ Window->Preferences->Java->Compiler -Set the compiler compliance level to 1.5. +Set the compiler compliance level to 1.6. ------- Compiler errors & warnings -------- Window->Preferences->Java->Compiler->Errors/Warnings