25. Oktober 2018
Some articles in the web (e.g. on stack overflow) claim that OpenJDK does not have support to write JPG images. Looking into it, I foudn that there is a JPEGImageWriter and a com.sun.imageio.plugins.jpeg.JPEG included with OpenJDK 11 (looking at version 11.0.1). But this code does not produce an JPG as expeced: It rather claims „No […]
25. Oktober 2018 · Java, Software, Work
10. Juni 2016
Lately I wanted to use Java on the RaspberryPi a little more intensive. With that involved, there is of course a Gradle build. But it went not as easy a I expected. I attempted to use the openjdk-8 package, the system in question was based on a Hypriot OS 0.7.0 Berry (beta), which is based […]
10. Juni 2016 · Java, Linux, RaspberryPi