

These tutorial instructions use version 10.15.2.0 andĪssume you downloaded one of the binary distribution files However, if you don't see what looks like valid version information, thenĪnd don't proceed until you resolve that problem.ĭownload the binary Apache Derby distribution from the Derby web site at The java -version command outputs vendor-specific information The output you see may be different from what is shown above because Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode) Java(TM) SE Runtime Environment (build 9+181) Use the java -version command, as shown below,

In Windows, these environment variables can also be set from - right click "My Computer" -> Advanced -> Environment Variables. The PATH variable tells the operating system where to find the Next set the PATH environment variable to include the JDK Installer might be something like C:\Program Files\Java\jdk1.9.0_11-b21) The default installation location used by the JDK opt/jdk1.9 for UNIX, but be sure to use the actual Set the JAVA_HOME environment variable to the root location of The only requirement is that it be certified for J2SE 9 or higher.Īfter installing the JDK of your choice, proceed to the next section. No specific vendor implementation is required To the Apache Derby installation section. Only the Java Runtime Environment (JRE) is required to run Derby,īut this tutorial compiles a Java application, so it requires Derby requires Java 2 Standard Edition (J2SE) 9 or higher.
