To run this database, a Java Runtime Environment (JRE) version 8 or higher is required. +It it also possible to compile a standalone executable with +experimental native image build.
To create the database executables, the following software stack was used. @@ -148,6 +152,34 @@
+There is an experimental support for compilation of native executables with native-image tool. +To build an executable with H2 install GraalVM and use its updater to get the native-image tool: +
++gu install native-image ++This tool can be used for compilation of native executables: +
+native-image --no-fallback -jar h2-VERSION.jar h2 ++ +
Known limitations:
+--no-fallback
parameter was specified, system tray icon may not appear
+even if -Djava.awt.headless=false
parameter of native-image tool was used,
+because native-image doesn't add all necessary configuration for working GUI.
+--no-fallback
parameter was specified,
+user-defined functions and triggers need an additional configuration.
+To create an Eclipse project for H2, use the following steps: diff --git a/h2/src/docsrc/html/changelog.html b/h2/src/docsrc/html/changelog.html index 23c1e63e38..916d76e740 100644 --- a/h2/src/docsrc/html/changelog.html +++ b/h2/src/docsrc/html/changelog.html @@ -1,6 +1,6 @@ @@ -25,1227 +25,354 @@