Color Schemes in IntelliJ IDEA (Light and Dark)
A freebie - sharing my color configurations for IntelliJ IDEA editors (code) and the related family of IDEs
Note: This was tested on 12.04, but should work for later versions as well.
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Of course, if you need Java 6, Java 8, etc, just change the number in that last command. You can restart your machine if you want, but usually it’s not necessary.
To test if it’s working, run this command:
java -version
To see if compiling would work, run:
javac -version