NoticEditor icon indicating copy to clipboard operation
NoticEditor copied to clipboard

I cant run it on linux or compile it

Open masterchop opened this issue 3 years ago • 2 comments

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

masterchop avatar Mar 10 '22 17:03 masterchop

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 avatar Mar 10 '22 20:03 SeTSeR

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.

SeTSeR avatar Mar 10 '22 20:03 SeTSeR