Hi all,

There seems to be a problem with the instructions for installing the binary
version of OpenJDK. The initial installation is OK, but then I come to set
the CLASSPATH and PATH env variables. From BLFS Version 2013-06-05:

export CLASSPATH=.:/usr/share/java &&
export PATH="$PATH:/opt/OpenJDK-1.7.0.9-bin/bin

Here the second statement fails, as far as I can see because it has no
terminating " ? If I add " at the end of the line, it appears to work. But
when I then try to install JUnit, specifically update the CLASSPATH:

export CLASSPATH=$CLASSPATH:\
   /usr/share/junit-4.10/junit-4.10.jar:/usr/share/junit-4.10

This instruction to fails, saying that it is "not a valid identifier".

Can any of you help me whith what the PATH and CLASSPATH variables should be
set to ?

Niels

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to