Oracle Java 8 / 9 on Ubuntu 16.04, Linux Mint 18
Just came across this post on Tips in Ubuntu, on how to install Oracle Java via a ppa on Ubuntu (-based) systems: Install Oracle Java 8 / 9 in Ubuntu 16.04, Linux Mint 18
Open-Source and related Stuff
Just came across this post on Tips in Ubuntu, on how to install Oracle Java via a ppa on Ubuntu (-based) systems: Install Oracle Java 8 / 9 in Ubuntu 16.04, Linux Mint 18
Had a github request for adding a timeout option to my rsync4j library. Which was an excellent idea! Therefore I added timeout support to my processoutput4j library, and enabled the timeout in rsync4j via the –maxtime option (setMaxTime/getMaxTime methods). Here…
Read more
Just released a new version of processoutput4j, adding the ability to stream the stdout/stderr output to an owning object (implementing StreamingProcessOwner) via the StreamingProcessOutput class. That makes it easy to react to the output of the process as it is…
Read more
One thing that I have been missing lately was a nice Java library that provides rsync-like functionality. But I didn’t really find anything suitable, so I decided to write a Java wrapper for it myself, trying to make it as…
Read more
Collecting output from processes started from within Java has always been a bit fiddly. Over the years, I’ve developed some custom code for ADAMS that can capture stdout and stderr output. But since I’m in the process of writing a…
Read more
Just released another little Java library, this time for generic command-line handling. The reason for this library is that many APIs need instantiation via code (set methods), which makes them problematic to use through GUIs like ADAMS. Hence, I devised…
Read more
In order to have other projects benefit from the work that I’ve put into the dynamic class discovery framework that I’ve developed over the years for ADAMS as well, I decided to separate out the discovery classes into a separate…
Read more