Manuelles Update von Java und Maven in Linux.
WeiterlesenSchlagwort: Java
Maven ignore SSL errors on project level
In my company I am sitting behind a firewall, which changes the SSL certificates. This causes problems when using Maven.
WeiterlesenRun Eclipse with different Java VM / JDK
How to run Eclipse with an older JDK / Java version.
WeiterlesenMaven – ignore SSL errors
IntelliJ and Maven, SSL errors.
WeiterlesenRESTClient with Jersey and IntelliJ
A small example Rest client with Jersey.
WeiterlesenAlte Eclipse und Java Projekte – java.util.Map$Entry cannot be resolved
Altes Java-Projekt mit Eclipse 3.7. Beim Öffnen des Projektes sind diverse Fehler im Projekt. Konkret: „The type java.util.Map$Entry cannot be
WeiterlesenJava: Get IP and Mac address
A small code snippet that reads the computers IP and MAC address: try { InetAddress ip = InetAddress.getLocalHost(); NetworkInterface network;
WeiterlesenJava: Reading output from the Console/StdOut
Today I had a small problem. I wanted to start an external C++ console programm with some parameters and get
WeiterlesenJava: Handle Exceptions from Threads
In this post I want to describe handling exceptions from threads with the ThreadGroup class and the uncaughtExceptionHandler. First we
WeiterlesenJava: Check if your code is running in Eclipse
Sometimes, for example during debugging, it is useful to check if your code is running from the Eclipse IDE to
Weiterlesen