Author: toad
Date: 2008-08-02 19:36:17 +0000 (Sat, 02 Aug 2008)
New Revision: 21582
Modified:
trunk/apps/new_installer/scripts/1run.sh
Log:
Update error message for tarball too.
Modified: trunk/apps/new_installer/scripts/1run.sh
===================================================================
--- trunk/apps/new_installer/scripts/1run.sh 2008-08-02 19:32:39 UTC (rev
21581)
+++ trunk/apps/new_installer/scripts/1run.sh 2008-08-02 19:36:17 UTC (rev
21582)
@@ -69,7 +69,12 @@
then
echo "#################################################################"
echo "It seems that you are using a buggy JVM..."
- echo "The installer will refuse to run until you switch to a decent one"
+ echo "Most versions of OpenJDK, and most other fully open source Java
implementations have bugs"
+ echo "causing the installer to fail, and/or Freenet to break. Please
install Sun Java 1.5 or 1.6"
+ echo "to make the installer work. On ubuntu:"
+ echo
+ echo "apt-get install sun-java6-jre"
+ echo "update-java-alternatives -s java-6-sun"
echo "#################################################################"
echo "You are currently using:"
java -version