-
Notifications
You must be signed in to change notification settings - Fork 1
05 Interesting links
Guruprasad Kulkarni edited this page Jan 18, 2018
·
3 revisions
-
This page :: https://github.com/gurukulkarni/Java-9-Discovery/wiki
-
Discussion :: https://gitter.im/IDnow-Meetups/Java-9-Discovery
-
Java Magazine -- 6 times a year -- It's Free! :: Subscribe -- shortest Subscription form ever!
-
Discount Code: IFBD45 for 45% Dicount. -- Inform IT -- Hope this works!
-
Core Java SE 9 for the Impatient, 2nd Edition By Cay S. Horstmann
-
Java 9 for Programmers, 4th Edition By Paul J. Deitel, Harvey Deitel AKA Deitel & Deitel
-
https://www.safaribooksonline.com :: Free one month trial.
Discussions : Java-9-Discovery
- Java 9 JDK Download
- Visual Studio Code
- Debian / Ubuntu / Linux Mint / derivatives JDK 9 installation
- Graphviz
export PATH=/usr/lib/jvm/java-9-oracle/bin:/usr/lib/jvm/java-9-oracle/db/bin:/usr/lib/jvm/java-9-oracle/jre/bin:$PATH
find com -type f -name "*.class" -print -delete -o -name "*.jar" -print -delete
find com -type f -name "*.java" -print -exec javac {} +
find com -type f -name "*.class" -print | cut -d. -f 1 | tr '/' '.'