Felipe Aumann

Results 11 comments of Felipe Aumann

> Try launching your app with the following JVM Parameter: *edit, bad module name: > > --add-opens=java.base/java.lang.reflect=ALL-UNNAMED Great fix!! Thanks!

Please solve that. It`s time already.

``` def args = [ "--add-exports=javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED", "--add-exports=javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED", "--add-exports=javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED", "--illegal-access=warn", "--add-opens=javafx.controls/javafx.scene.control.skin=com.jfoenix", "--add-exports=javafx.controls/com.sun.javafx.scene.control=com.jfoenix", "--add-exports=javafx.base/com.sun.javafx.binding=com.jfoenix", //the next line changes everything. **"--add-opens=java.base/java.lang.reflect=com.jfoenix",** "--add-exports=javafx.controls/javafx.scene.control.skin=com.jfoenix", "--add-exports=java.base/java.lang.reflect=ALL-UNNAMED", "--add-exports=java.base/java.lang.reflect=com.jfoenix", "--add-exports=javafx.controls/com.Sun.javafx.scene.control.behavior=com.jfoenix", "--add-exports=javafx.graphics/com.sun.javafx.stage=com.jfoenix", "--add-exports=javafx.controls/com.sun.javafx.scene.control.behavior=com.jfoenix", "--add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED", "--add-exports=javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED", "--add-exports=javafx.controls/com.sun.javafx.scene.control.behavior" + "=ALL-UNNAMED", "--add-exports=javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED",...

Exactly same problem here. @jfoenixadmin, it looks like a bug. Possibly fix: just add the following row to your jvm args: "--add-opens=java.base/java.lang.reflect=com.jfoenix", It should look like this: def args =...

@wcrozeta hope you see that commenting on your previous response: "app = appClass.newInstance();" what app should be? Is it an instance of my class which extends Application (the same one...

One of our users recently brought this to our attention: ![image](https://github.com/shannah/jdeploy/assets/26864246/642d34ef-5215-4125-a821-f32b0147bec8) Is there a possible solution to address this behavior, or is it more likely to be an issue related...

Outstanding!!! What a great addition to jDeploy!!!

@marcin7848 Thanks for confirming. Unfortunately, a downgrade is not an option since version below 2.2.2 wouldn't work on mac silicon

@thewen99 it seems like the project is abandoned. So bad, jnativehook is outstanding

@kwhat why though? Why this change is necessary? It sounds like a downgrade, I don't get.