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

Missing org/jfree/chart/JFreeChart #54

Open
blackrez opened this issue Apr 18, 2019 · 2 comments
Open

Missing org/jfree/chart/JFreeChart #54

blackrez opened this issue Apr 18, 2019 · 2 comments

Comments

@blackrez
Copy link
Contributor

Hello,

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
@jericks
Copy link
Member

jericks commented Apr 21, 2019

It sounds like the jfree chart dependency is missing.

https://mvnrepository.com/artifact/jfree/jfreechart/1.0.10

It should be pulled in transitively unless you are excluding the gt-charts geotools module.

@blackrez
Copy link
Contributor Author

Thanks I can build now. Is there an solutions to avoid build jfree chart ?

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