Tech notes on the go
Thursday, April 9, 2015
Install Oracle's JDK to any linux again
untargz java jdk distro
define JAVA_HOME and export it
cd $JAVA_HOME/bin
fix alternatives - use as root or append sudo
for i in `ls`; do update-alternatives --install "/usr/bin/$i" "$i" "`pwd`/$i" 1; done;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment