Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes: bouncer cannot be found #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jdbranham
Copy link

Fixes error -

Exception in thread "JavaFX Application Thread" java.lang.InternalError: bouncer cannot be found
.....
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make private static java.lang.Object com.sun.javafx.reflect.Trampoline.invoke(java.lang.reflect.Method,java.lang.Object,java.lang.Object[]) throws java.lang.reflect.InvocationTargetException,java.lang.IllegalAccessException accessible: module javafx.base does not "opens com.sun.javafx.reflect" to unnamed module @737547fa
...

Fixes error -  

```
Exception in thread "JavaFX Application Thread" java.lang.InternalError: bouncer cannot be found
.....
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make private static java.lang.Object com.sun.javafx.reflect.Trampoline.invoke(java.lang.reflect.Method,java.lang.Object,java.lang.Object[]) throws java.lang.reflect.InvocationTargetException,java.lang.IllegalAccessException accessible: module javafx.base does not "opens com.sun.javafx.reflect" to unnamed module @737547fa
...
```
@jdbranham
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant