Skip to content

Instantly share code, notes, and snippets.

@plembo
Last active August 8, 2018 21:02
Show Gist options
  • Save plembo/5bbf8e3a2aca79434d702e02614cfce4 to your computer and use it in GitHub Desktop.
Save plembo/5bbf8e3a2aca79434d702e02614cfce4 to your computer and use it in GitHub Desktop.
Specify Java for Apache Directory Studio

Specify Java for Apache Directory Studio

The current version Apache Directory Studio, 2.0.0-M13, is built on Oracle Java 8. It can be made to run on Java 9, but does not work on either Oracle Java 10 or OpenJDK 10.

To specify that it use OpenJDK 8 on Linux, edit ApacheDirectoryStudio.ini to add the following lines to the top of the file:

-vm
/usr/lib/jvm/java-8-openjdk-amd64/bin/java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment