Apache Directory Studio

Hello. I'm trying to make it work.
Early days it was successfully installed as Eclipse plugin, but from now we have a problem:

Code:
Cannot complete the install because one or more required items could not be found.
  Software being installed: Apache Directory Studio LDAP Browser 2.0.0.v20210717-M17 (org.apache.directory.studio.ldapbrowser.feature.feature.group 2.0.0.v20210717-M17)
  Missing requirement: Apache ServiceMix :: Bundles :: dom4j 2.1.3.1 (org.apache.servicemix.bundles.dom4j 2.1.3.1) requires 'java.package; javax.xml.stream [1.0.0,2.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: Apache Directory Studio Connection Core 2.0.0.v20210717-M17 (org.apache.directory.studio.connection.core 2.0.0.v20210717-M17)
    To: java.package; org.dom4j 0.0.0
  Cannot satisfy dependency:
    From: Apache Directory Studio LDAP Browser 2.0.0.v20210717-M17 (org.apache.directory.studio.ldapbrowser.feature.feature.group 2.0.0.v20210717-M17)
    To: org.eclipse.equinox.p2.iu; org.apache.directory.studio.connection.core [2.0.0.v20210717-M17,2.0.0.v20210717-M17]

As far as I understood we need OracleJDK or maybe better Temurin.
I've found this, but result was not accessible for public.

Apache Directory Studio is the only GUI software capable to easily manage LDAP in all it's nuances.
We really need dedicated ApacheDirectoryStudio port or Temurin port to make it work as Eclipse plugin, but for now I just want to know how to build temurin for FreeBSD.

Any suggestions?
 
The problem is that it requires either jdk8 to run or extra libraries that provide the removed packages post jdk9.

Can you run it with jdk8 (set your JAVA_HOME env var to point to the root jdk folder)?
 
Back
Top