openjfx / javafx-gradle-plugin

Gradle plugin that makes it easy to work with JavaFX 11+
https://openjfx.io/
BSD 3-Clause "New" or "Revised" License
359 stars 62 forks source link

win-per-user-install causes Error #87

Closed KenobySky closed 4 years ago

KenobySky commented 4 years ago

When installing my application using win-per-user-install, it generates this error:

Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object

When I dont use win-per-user-install, it works as intended.

Reinstalled all JDK's, reinstalled all JRE's, reverted all commits, but cant find the issue.

Is it a security problem?

abhinayagarwal commented 4 years ago

This seems to be related to JPackage which is not handled by this plugin.