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

I cant run it on linux or compile it #87

Open
masterchop opened this issue Mar 10, 2022 · 2 comments
Open

I cant run it on linux or compile it #87

masterchop opened this issue Mar 10, 2022 · 2 comments

Comments

@masterchop
Copy link

Is there a list of requirements? for some reason i am not able to run the JAR file on the releases.

@SeTSeR
Copy link
Member

SeTSeR commented Mar 10, 2022

I think released JAR file is very outdated and will not run because it depends on JavaFX, which is not shipped by default with modern JDK versions. Build with gradle wrapper is broken on JDK 17, seems like gradle binary is too old. I'd recommend to try to build NoticEditor with locally installed gradle. It seems like the build is broken with Gradle 7.4.1, I'll provide fix for it later.

@SeTSeR
Copy link
Member

SeTSeR commented Mar 10, 2022

Build should now work correctly. If something is not working, please the output of gradle run --stacktrace or gradle jar --stacktrace command in directory with sources of NoticEditor.

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

2 participants