Tags


All Java Posts

Instructions are provided to install Java (OpenJDK) on an Ubuntu Linux installation....
Silent (GUI-less) JRE installations are a necessity if you want to script the build of a new Windows server with as little human interaction as possible. It's very simple to install a JRE silently through a script, you call the EXE from the command prompt with a few customization parameters....
When your application gets to be a certain size, you'll have to enter the world of Java Garbage Collection, and analyzing memory usage to better determine needs and improve performance. Part of that ...