glfs/general/prog/jdk/compiled-j2sdk-config.xml
Larry Lawrence 74c110081c added j2sdk
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@83 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-10 02:42:59 +00:00

21 lines
442 B
XML

<sect2>
<title>Configuring j2sdk</title>
<sect3><title>Config files</title>
<para><userinput>/etc/profile, ~/.bash_profile, ~/.profile, ~/.bashrc</userinput></para>
</sect3>
<sect3><title>Configuration Information</title>
<para>Add the following lines to the appropriate file listed
above.</para>
<para><screen><userinput>export JAVA_HOME=/opt/java/j2sdk
export PATH=$PATH:$JAVA_HOME/bin</userinput></screen></para>
</sect3>
</sect2>