-
Notifications
You must be signed in to change notification settings - Fork 1
00 Prerequisites
Guruprasad Kulkarni edited this page Jan 18, 2018
·
8 revisions
- WIFI : IDnow Guest
- This page :: https://github.com/gurukulkarni/Java-9-Discovery/wiki
- Discussion :: https://gitter.im/IDnow-Meetups/Java-9-Discovery
2. Your PATH setup correctly (Since I need Java 8 currently, I will update the PATH in each terminal.)
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 '/' '.'