Java TruPrint is a Java utility to make your System.out.println() life easier Features Simply replaces Java's System.out.print() and System.out.println() with S.o.p() and S.o.pln() to make typing in Java less painful. Full support for printing null values ( Just like Java, this applies only to S.o.pln() and not S.o.p()). Full Source code available, MIT license. Usage instructions (If required) Create a package named as P Put the o.java file in the package. Done. To use, replace System.out.println() in any script with S.o.pln(), you will get the same result.