-
-
Save MoatazAbdAlmageed/7184dfd5fa2ee1315f0919536085a9ab to your computer and use it in GitHub Desktop.
Java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Instalaltion | |
https://jdk.java.net/14/ | |
https://www.quora.com/How-do-I-install-java-on-linux-mint | |
https://www.quora.com/Why-is-javac-not-running-in-Linux-Mint | |
sudo ln -s /opt/java/64/jdk-14.0.1/bin/javac /usr/bin/javac | |
# Tools | |
## build | |
- gradle | |
- maven | |
# commands | |
java --version | |
# Books | |
https://www.manning.com/books/modern-java-in-action |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment