Explore >> Select a destination


You are here

javaalmanac.io
| | jamesward.com
1.6 parsecs away

Travel
| | [AI summary] The author provides a Java and Akka code example demonstrating how to compose Futures to execute multiple tasks concurrently and wait for their completion.
| | studiofreya.org
1.5 parsecs away

Travel
| | [AI summary] A beginner's tutorial on how to install Java 9, set up the JDK environment variable, and run a Hello World program using Eclipse and the command line.
| | b.agilob.net
1.3 parsecs away

Travel
| |
| | www.morling.dev
14.2 parsecs away

Travel
| Recently I ran into a situation where it was necessary to capture the output of a Java process on the stdout stream, and at the same time a filtered subset of the output in a log file. The former, so that the output gets picked up by the Kubernetes logging infrastructure. The letter for further processing on our end: we were looking to detect when the JVM stops due to an OutOfMemoryError, passing on that information to some error classifier.