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

Update to JavaFX 19 with Java 17 #21

Closed
Oliver-Loeffler opened this issue Oct 22, 2022 · 2 comments
Closed

Update to JavaFX 19 with Java 17 #21

Oliver-Loeffler opened this issue Oct 22, 2022 · 2 comments

Comments

@Oliver-Loeffler
Copy link

Oliver-Loeffler commented Oct 22, 2022

Hello,

I was playing around with this project to make use of it in JavaFX Scene Builder. Unfortunately it dependes on JavaFX 11 wich somehow then breaks the Scene Builde build. After playing around I found that its compatible with JavaFX 19.

Would upgrading to JavaFX19/Java17 be okay?

Thanks!

@Oliver-Loeffler
Copy link
Author

Got it working in Scene Builder with following Maven setup:

 <dependency>
            <groupId>de.jangassen</groupId>
            <artifactId>nsmenufx</artifactId>
            <version>3.1.0</version>
            <exclusions>
            	<exclusion>
            		<groupId>org.openjfx</groupId>
            		<artifactId>*</artifactId>
            	</exclusion>
            </exclusions>
        </dependency>

Thanks for doing this great work! The setup using jfa is awesome.

@Oliver-Loeffler
Copy link
Author

Actually, this is no longer an issue. Hence I'll close that.

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

No branches or pull requests

1 participant