glfs/general/prog/jdk/compiled-j2sdk-config.xml

21 lines
442 B
XML
Raw Normal View History

<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>