Robin Glauser


My Blog about Development, Design and my random thoughts.

Navigating the Java Ecosystem: A Clear Guide to JDK, JRE and More

This article is designed to simplify navigating the Java ecosystem by addressing common confusions and questions in a straightforward manner. Whether you’re a seasoned developer or just starting out, understanding these nuances will help you master the complexities of Java with greater ease. JDK vs. JRE: Tools of the Trade Q: What’s the difference between JDK and JRE? The JDK … Read More


How to join strings with a delimiter in Java

Here’s the code to join a few strings and glue them with a delimiter.


PnPMusic – A Music Maker for Game Masters

Yesterday I started a new project in Java called “PnPMusic“. The idea behind it is to let game masters in Pen & Paper or Dungeons and Dragons play their own Music based on categories like fighting, story, calm and so on. Also I’m trying to improve my Java knowledge as it is a really cool language. For the GUI I’m … Read More