-
Notifications
You must be signed in to change notification settings - Fork 131
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
Application is not running in Intellij IDE and JDK11. #199
Comments
Thank you very much.
Is there any special setting for it?
For example JDK 11 or other something.
I did JDK installation successfully, and seems it is compiled, but when the app starts, it is not lunched.
In the console, I only can see exception.
From: Gerrit Grunwald<mailto:notifications@github.com>
Sent: Tuesday, September 8, 2020 7:51 PM
To: HanSolo/Medusa<mailto:Medusa@noreply.github.com>
Cc: Chuntianhong<mailto:chuntianhong@outlook.com>; Author<mailto:author@noreply.github.com>
Subject: Re: [HanSolo/Medusa] Application is not running in Intellij IDE and JDK11. (#199)
It works totally fine if you start it from the gradle panel in Intellij. Select "Medusa" -> "Tasks" -> "other" -> "Demo". If you double click on that it should start. At least that's the way I start it on my machine where I took this screenshot from.
[Medusa Gauges and Clocks 2020-09-08 13-47-44]<https://user-images.githubusercontent.com/62843/92472866-589bee00-f1da-11ea-8a27-cbf9f2c464e0.jpg>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#199 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJYQQQB3SNS7SILVZNFWEYLSEYLFBANCNFSM4Q54XGJA>.
|
Well you need to have JavaFX installed because it doesn't come with JDK11, you can find out more over at https://openjfx.io |
Thank you very much.
Project was gradle set and I thought it automatically download it.
I will try again.
From: Gerrit Grunwald<mailto:notifications@github.com>
Sent: Tuesday, September 8, 2020 9:35 PM
To: HanSolo/Medusa<mailto:Medusa@noreply.github.com>
Cc: Chuntianhong<mailto:chuntianhong@outlook.com>; Author<mailto:author@noreply.github.com>
Subject: Re: [HanSolo/Medusa] Application is not running in Intellij IDE and JDK11. (#199)
Well you need to have JavaFX installed because it doesn't come with JDK11, you can find out more over at https://openjfx.io
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#199 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJYQQQGFJXPCZ7VQUN62DSTSEYXKLANCNFSM4Q54XGJA>.
|
Project is compiled successfully in Intellij. Following is the Run log message.
BUILD SUCCESSFUL in 2s |
I'm also getting the same exception |
If you would like to start the demo from Intellij you either start the gradle task Demo that you can find in the list of other tasks in the gradle panel or you have to run the DemoLauncher class. |
After download project and I tried to run in the IDE and JDK11.
But it is failed to run. compile success.
Seems I missed some setting.
Would you suggest me?
The text was updated successfully, but these errors were encountered: