The Java Programming Language#
The following PDF file provides a summary of Java: Java.pdf
Java Setup on Linux#
Untar java to /opt
create link: ln -s jdk1.8.0_25 java
For system-wide effect:
Create a file named /etc/profile.d/java.sh containing:
export JAVA_HOME=/opt/java export PATH=$PATH:$JAVA_HOME/bin
For local user affect only add the two exports to ~/.profile
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This particular version was published on 07-Sep-2015 14:30 by BlakeMcBride.
JSPWiki v2.10.4