Schlagwort: Java

Wochenschau – Notizen aus KW 5

Security Öffentlich gewordene Passwörter sind nach wie vor ein großes Ärgernis, nicht zuletzt ins Bewusstsein gerufen durch den Collection #1 Leak, der 22 Milliarden(!) offengelegt hat. Einen sehenswerten Auftritt zum Thema hat Linus Neumann (CCC, LogbuchNetzpolitik) am 08.01. bei Markus Lanz gehabt. War zwar nicht in KW5, ist aber immernoch einen Link wert. Schliesslich war […]

3. Februar 2019 · Java, Politik, Software 0 Kommentare

JPG with OpenJDK

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 0 Kommentare

JCE ab Java 8u151 per Property aktivieren

Gute Neuigkeiten: Mit Java 8 Update 151 kann man die Java Cryptography Extension (JCE) per property aktivieren, da Oracle den Mechanismus zum handling desselben, der in Java 9 etabliert wurde, auf Java8 zurückportiert hat. Auf macOS wird so das Homebrew Cask jce-unlimited-strength-policy8 überflüssig. Um JCE in Java 8 Update 151 oder neuer zu aktivieren, braucht […]

20. November 2017 · Java, Security, Software, Work 0 Kommentare

JavaBasel 2016

Mir ist aufgefallen, das man die Website der ersten Java Konferenz in Basel – JavaBasel – leider nicht gut via Suchmaschine finden kann. Das geht soweit, dass man mich darauf angesprochen hat, wann es denn Details zum Programm gibt und man sich anmelden kann, obwohl ein Großteil der Tickets bereits verkauft ist. Also, vielleicht hilft […]

23. September 2016 · Software, Work 0 Kommentare

OpenJDK on RaspberryPi / Raspian: Fallback to Oracle JDK

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 0 Kommentare

Browser UI testing with Geb: Debugging Geb tests

Geb provides a very good way for end-to-end tests of browser applications. One drawback while writing is that it might get rick to get the selectors for the UI elements right. Being able to debug, stop in the middle of a test and adjusting the selectors would come in very handy. But, as things are […]

4. November 2015 · Software, Work 1 Kommentar

AfterburnerDolphin – Effective enterprise JavaFX development

Der folgende Post ist ein Cross-Post zum Canoo RIA Blog und daher auf englisch. Es geht um die Verknüpfung von OpenDolphin und Afterburner.fx – also um Java und Softwareentwicklung. OpenDolphin During the last JavaOne, Canoo announced the open sourcing of Dolphin. OpenDolphin is a library that provides a remoting solution to bridge the world of […]

17. Mai 2013 · Software, Work 0 Kommentare

Remote Debugging on Tomcat running as a Windows Service

Just in case someone else is having trouble with this: If you try to do remote debugging with a Tomcat running as a service on a Windows box (ok, some of you might stop reading here, fair enough ;-)) using the configuration options -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n (see Tomcat Wiki Developing FAQ) …and wondering, why you just […]

24. Februar 2012 · Software, Work 0 Kommentare

Master Thesis: Später „Ruhm“ für Prototypen

Etwas mehr als einem Jahr nach Abschluss meiner Master Thesis gelangt der entstandene Prototyp „Watchboard“ zu etwas Ruhm und wird im aktuellen Canoo RIA Newsletter bei den Lab Projekten vorgestellt. Bei der Master Thesis ging es darum, wie man Benutzeroberflächen sinnvoll durch 3D Elemente erweitern kann und dem Benutzer einen Mehrwert über die visuellen Effekte […]

17. August 2011 · Studentenleben, Work 2 Kommentare

Java Swing Debugging with IDEA on Linux

Dieser Beitrag wird recht technisch, und damit davon möglichst viele was haben, geht’s auf Englisch weiter Recently, I experienced some problems debugging an Java/Swing application on my Ubuntu Linux box using IntelliJ IDEA 10.5 . The problem is that java.awt grabs control of all input devices while running. If you place an breakpoint inside an […]

25. Juni 2011 · Java, Linux, Software, Work 0 Kommentare

mynethome.de wird erstellt mit WordPress
Beiträge (RSS) und Kommentare (RSS)

(c) 2005 - 2026 Markus Schlichting - Mastodon