-
Notifications
You must be signed in to change notification settings - Fork 176
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
Issue with maven 8.4.1 and 8.4.2 #21
Comments
Exception in Application start method |
Fix by use old version of controlfx (8.40.14) |
I think I built it with Java 9. Will try to fix it ASAP.
Marc Szymkowiak <[email protected]> schrieb am Mi. 24. Jan. 2018 um
11:18:
… Closed #21 <#21>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJF7XdaoMBhEnE6toWAtMqVNAy0z_X0Cks5tNwOCgaJpZM4Rq_74>
.
|
When I commented I had only seen your first comment on this issue. So the problem was caused because you used a Java 9 version of ControlsFX? The issue had nothing todo with CalendarFX? |
Yes it was a Java 9 Version of ControlsFX, i had to declare an version < 9 in my pom. Thank you |
With maven and the versions in title the following line throws an exception:
CalendarView calendarView = new CalendarView();
Thank you
The text was updated successfully, but these errors were encountered: