You are here: Bens IT-Comments » Howto (en)
Whenever you pull in SnakeYAML (either directly or via Jackson), you will break your modulear builds. The reason: SnakeYAML is a named automatic module. But then, automatic modules cannot be used in jlink
images.
But this can be healed. You can rescue your builds using the moditect-maven-plugin
. It is a little hard to use, as the documentation is very technical. It also has few examples, and the documentation does not explain when to use which goal, and how to proceed. So, if you want to see a simple example, read on! 🙂
Eclipse Photon finally ships with a toString() template configurator. Sadly, this dialog has some major limitations: It is not possible to configure the templates as…
Developing a spigot plugin is easy, if you have used the Java programming language before. So, do you love playing Minecraft as I do? Are you a developer? There is a good chance that you are already running spigot as your server, which supports plugins using their own API. If you would like to develop your own plugin, you might get lost — there is not much in the way of good tutorials. In this article, I will try to explain the basic components of spigot, how to set up your development environment and how to get started.
Since some time ago (before 2015) I was unable to insert accentuated characters using swiftkey, like é, à, ç, û, etc. — I only saw…