OpenJDK typo

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11288 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-06-13 16:08:17 +00:00
parent a5ce76fef9
commit 88e60edb11

View File

@ -330,7 +330,7 @@ chown -R root:root /opt/OpenJDK-&openjdk-version;-bin</userinput></screen>
installation with the following commands:</para>
<screen><userinput>export CLASSPATH=.:/usr/share/java &amp;&amp;
export PATH="$PATH:/opt/OpenJDK-&openjdk-version;-bin/bin</userinput></screen>
export PATH="$PATH:/opt/OpenJDK-&openjdk-version;-bin/bin"</userinput></screen>
<para>The binary version is now installed. If you don't want to compile the
sources, skip ahead to the configuration section.</para>