FS#65191 - IntelliJ - error running JavaFX project

Attached to Project: Arch Linux
Opened by Mike (teacher4711) - Saturday, 18 January 2020, 09:49 GMT
Last edited by freswa (frederik) - Thursday, 20 February 2020, 21:58 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
With these VM Options (--module-path /usr/lib/jvm/java-13-openjdk/lib --add-modules javafx.controls,javafx.fxml), IntelliJ does not start.
Error:
Error occurred during initialization of boot layer
java.lang.LayerInstantiationException: Package jdk.internal.jimage.decompressor in both module jrt.fs and module java.base

With the module path pointing to the openjfx version downloaded from https://gluonhq.com/products/javafx/, there is no such error.
This openjfx version: https://bell-sw.com/pages/java-13.0.2/ does not give an error, either.

I set up the Modules and SDKs by following this guide: https://openjfx.io/openjfx-docs/ to set up JavaFX for IntelliJ -> Non-modular from IDE.


Additional info:
* package version(s): 13.u14-1
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
This task depends upon

Closed by  freswa (frederik)
Thursday, 20 February 2020, 21:58 GMT
Reason for closing:  No response
Comment by freswa (frederik) - Monday, 20 January 2020, 00:46 GMT
With what JVM does IntelliJ start on your system?

Loading...