Search notes:

Java

JDK / JRE etc

JDK (aka Java SDK) consists of
JRE (aka Java Runtime Environment / JRE) consists of:
The JVM provides a (runtime) environment in which Java bytecode is loaded, verified and executed.
Starting with JDK 9, there are two releases per year: one in March and one in September.

Installation

With chocolatey

None of the following did work for me, always received a 404.
choco install -y jdk11
choco install -y jdk11 --params "/Username=… /Password=…"
choco install -y jdk11 --params "/Username:… /Password:…"

TODO

Java Collections Framework

Misc

CheerpJ Applet Runner is a Chrome extension that allows to run legacy Java Applets without having to install Java.

See also

A running Java application has a corresponding instance of a java.lang.Runtime class.
Java classes
JSR-223: Scripting for the Java Platform
Other programming languages etc.
Part 13 of the SQL standard (ISO-9075)

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1740443003, '18.117.138.39', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Java/index(89): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78