You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to us geoscript for a very simple project but at the compilation, build fails.
➜ prj2epsg-ng ./gradlew run
> Task :compileGroovy FAILED
startup failed:
General error during instruction selection: java.lang.NoClassDefFoundError: Unable to load class geoscript.plot.ViewerExtensionModule due to missing dependency org/jfree/chart/JFreeChart
java.lang.RuntimeException: java.lang.NoClassDefFoundError: Unable to load class geoscript.plot.ViewerExtensionModule due to missing dependency org/jfree/chart/JFreeChart
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to us geoscript for a very simple project but at the compilation, build fails.
The text was updated successfully, but these errors were encountered: