You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2018/02/19 21:39:00 UTC

[jira] [Commented] (DIRSTUDIO-1162) Application does not launch with Oracle JDK9

    [ https://issues.apache.org/jira/browse/DIRSTUDIO-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16369545#comment-16369545 ] 

Stefan Seelmann commented on DIRSTUDIO-1162:
--------------------------------------------

See linked issue, workaround until Studio is upgraded to Eclispe Oxygen platform is to add "--add-modules=ALL-SYSTEM" to the end of the ApacheDirectoryStudio.ini file. This is only required for Oracle Java 9 (tested with 9.0.4), OpenJDK 9 enables that flag by default.

> Application does not launch with Oracle JDK9
> --------------------------------------------
>
>                 Key: DIRSTUDIO-1162
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1162
>             Project: Directory Studio
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M13
>         Environment: ArchLinux, kernel 4.13.11-1-ARCH
> Oracle Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)
>            Reporter: Mohammed Lee
>            Priority: Major
>              Labels: usability
>         Attachments: .log
>
>
> Starting the application with this simple wrapper script: 
> #! /bin/sh
> export PATH="/opt/java9/bin:${PATH}"
> exec /opt/ApacheDirectoryStudio/ApacheDirectoryStudio "${@}"
> If PATH points to the most recent Oracle JDK 8, application works fine, but if it points to the most recent Oracle JDK 9, application crashes right after splash screen is displayed; logging file is attached to this ticket.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)