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=$JAVA_HOME/bin:$PATH
For local user affect only add the two exports to ~/.profile
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-3) was last changed on 21-Sep-2016 08:39 by BlakeMcBride
JSPWiki v2.10.4