mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 16:07:23 +08:00
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>
|
||
|
|