Skip to content

Latest commit

 

History

History

java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Oh My Laptop Java

This is part of oh-my-laptop.

Packages

jEnv

jEnv is a command line tools to help set the JAVA_HOME environment variable.

OpenJDK

OpenJDK is an open source implementation of java. On mac, you could get one of available OpenJDK with homebrew.

Maven

Maven is the defacto build tool in Java world. It’s easy to install it.

Gradle

Gradle is rising build tool in Java world, it is based on Groovy, so the syntax of gradle is much more simpler than maven’s old-fashioned XML.