Run like Hell
Showing posts with label
Java
.
Show all posts
Showing posts with label
Java
.
Show all posts
Jan 6, 2021
Review: Kafka: The Definitive Guide
›
Last week i read the book "Kafka: The Definitive Guide" with the subtitle "Real-Time Data and Stream Processing at Scale...
Dec 1, 2019
Linux ser2net: no connection to /dev/ttyUSB0
›
If you are running some java application on a Linux box (especially ARM architecture) and this application accesses the serial interface (/...
Nov 23, 2019
How to run a java software which needs RXTX on a raspberry pi
›
In my last posting i wrote about migrating my aircraft noise measurement station to alpine linux . There i had some problems with getting th...
Nov 17, 2019
Alpine Linux, Oracle Java JDK and musl?! - why it does not work...
›
Sometime ago i did some work with Alpine Linux (s. here ) and i was impressed how tiny this Linux distro was and how fast it was running. ...
Feb 2, 2019
Java 11: JEP 333 ZGC A Scalable Low-Latency Garbage Collector
›
After i found this strange "No-Op Garbage Collector" , i was keen, if there are some other new GC features with Java 11. Ther...
Jan 19, 2019
Java 11: JEP 318 Eplison / A No-Op Garbage Collector
›
This week i read about the new JDK Enhancement Proposal (JEP) of Java 11. One of my favourites is JEP 318 : The summary of this JEP sa...
Oct 27, 2018
jconsole/visualvm/java applications without fonts over ssh forwarding (characters displayed as boxes)
›
On servers which run java applications sometimes you need to run jconsole or jvisualvm. This is typically no problem - ssh -X and you are d...
Oct 6, 2018
Java: Slow java with server.policy enabled - how to fix this issue
›
If you use Java security manager for hardening your java processes, you have to add the following JVM options: -Djava.security.manager ...
Mar 22, 2018
Java 10 released: java with some enhancements for running inside docker
›
After the release of Java 9 in october 2017 with its new features JShell with its special commands the new folder structure and many...
Jan 25, 2018
Java 9: JDK without subfolder JRE
›
In older JDK releases the directory structure was: bin db include jre lib With JEP 220 the jre folder was removed. A JDK image...
Nov 30, 2017
OpenJDK 9: Limitations/shortcomings of the Jshell
›
Jshell is a quite powerful tool to do some quick explorations and to write some scripts. If found the following limitations: No syntax h...
Oct 4, 2017
JDK 9.0 released! (but java.net is gone)
›
Some week ago, i downloaded jdk 9 via java.net . But this page in not available anymore: After some searching i found the download pag...
Sep 30, 2017
Ubuntu /etc/alternatives/java et.al.: Using java from external sources | update-alternatives | update-java-alternatives
›
After some problems with the jdk integrated in ubuntu 16.04 i installed the OpenJDK from http://jdk.java.net/9/ . The software is provid...
Jul 15, 2017
OpenJDK 9: Jshell - Using Swing / doing GUI stuff
›
After the posts buitin commands of jshell and how to load and save scripts i tried to get swing components running. I created a script ...
Jul 14, 2017
OpenJDK 9: Jshell - how to load scripts and how to save/persist finished snippets
›
In my last posting i showed the builtin jshell commands and how to start working with the java shell. What about loading and saving scrip...
1 comment:
Jul 12, 2017
OpenJDK 9: JShell - an interactive java interpreter shell | builtin commands
›
One of the new features of java 9 is jshell (JEP 222) . On my ubuntu system the installation was quite easy: # apt-get install openjdk-...
Jun 3, 2017
Ubuntu: Eclipse does not find openjdk (JRE)
›
On my Ubunut linux i decided to do some Java programming. So first step is to install java: apt-get install openjdk-9-jdk openjdk-9-demo ...
May 25, 2017
review at amazon: Apache SOLR for newbies
›
Last weekend this book fell into my hands: Paul Lawson wrote a splendid introduction into Apache SOLR. At the beginning he describes th...
Jan 31, 2010
"Oracle has finalized the Sun transaction and the deal has closed."
›
The title of this blogging is from the offical website from oracle "Overview and Frequently Asked Questions for the Developer Communit...
1 comment:
Jul 26, 2009
Using Eclipse with Oracle's application server 11g (Weblogic)
›
JDeveloper 11g is fully integrated with Oracle Weblogic 11g (that is what everybody has expected). Now i tried to connect Eclipse to Oracle...
2 comments:
›
Home
View web version