gantsign / ansible-role-intellij

Ansible role for installing the IntelliJ IDEA IDE

Home Page:https://galaxy.ansible.com/gantsign/intellij

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for OpenJDK

freemanjp opened this issue · comments

Currently the configuration uses the classpath for the Oracle JDK rather than the OpenJDK, which may causes issues when running applications (particularly GUI applications).

Use the appropriate classpath for Oracle JDK and OpenJDK.