mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
74c110081c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@83 af4574ff-66df-0310-9fd7-8a98e5e911e0
21 lines
442 B
XML
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>
|
|
|