Comment 5 for bug 993407

Revision history for this message
Mike Kristoffersen (mike-kristoffersen) wrote :

My mistake in the /etc/environment file that probably provoked this error was that I had a line:

# Setup JDK
JAVA_HOME="/usr/lib/jvm/java-6-openjdk-amd64/

Instead of:

# Setup JDK
JAVA_HOME="/usr/lib/jvm/java-6-openjdk-amd64/"

Note the missing terminating '"'