We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I execute mvn gluonfx: compile, mvn gluonfx: link, and mvn gluonfx: package all normally, but the exe program cannot run with the following error:
Exception in Application start method
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] Exception in thread "main" java. lang. RuntimeException: Exception in Application start method
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] at com. sun. davafx. application. LauncherImpl. launchApplication 1 (LauncherImpl. dava: 893)
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] at com. sun. davafx. application. LauncherImpl. lambda $launchApplication $2 (LauncherImpl. java: 195)
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] at Java. lang. Thread. run (Thread. java: 833)
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] at com. oracle. svm. core. thread. PlatformThreads. threadStartRoutine (PlatformThreads. java: 704)
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] at com. oracle. svm. core. windows. Windows Platform Threads. osThreadStartRoutine (Windows Platform Threads. java: 143)
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] Caused by: Java. lang. UnsatisfiedLinkError: no awt in Java. library. path
I can execute the mvn gluonfx: run program normally and pop up a window, but the mvn gluonfx: nativerun program cannot run and execute
What should I do?
The text was updated successfully, but these errors were encountered:
It should be that staticJavaLibs is missing awt, which is located in Java home/bin awt.DLL
Sorry, something went wrong.
No branches or pull requests
I execute mvn gluonfx: compile, mvn gluonfx: link, and mvn gluonfx: package all normally, but the exe program cannot run with the following error:
Exception in Application start method
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] Exception in thread "main" java. lang. RuntimeException: Exception in Application start method
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] at com. sun. davafx. application. LauncherImpl. launchApplication 1 (LauncherImpl. dava: 893)
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] at com. sun. davafx. application. LauncherImpl. lambda $launchApplication $2 (LauncherImpl. java: 195)
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] at Java. lang. Thread. run (Thread. java: 833)
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] at com. oracle. svm. core. thread. PlatformThreads. threadStartRoutine (PlatformThreads. java: 704)
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] at com. oracle. svm. core. windows. Windows Platform Threads. osThreadStartRoutine (Windows Platform Threads. java: 143)
[Tuesday, January 2 14:52:35 CST 2024] [Information] [SUB] Caused by: Java. lang. UnsatisfiedLinkError: no awt in Java. library. path
I can execute the mvn gluonfx: run program normally and pop up a window, but the mvn gluonfx: nativerun program cannot run and execute
What should I do?
The text was updated successfully, but these errors were encountered: