-
Notifications
You must be signed in to change notification settings - Fork 46
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
Even the example didn't work? #16
Comments
You have to include jmathio.jar https://github.com/yannrichet/jmathio Note. Even this fix won't work; you will have to recreate the jar with icons folder from the source. |
Oh, how to recreate the jar with icons folder from the source? |
I'm sure this is related to me not "recreating the jar with icons folder from the source".
Please explain how I can fix this. Thanks! |
I have the same problem as "skipperguy12". |
might be due to maven, not copying .png files in the jar, unlike ant. Probably need to move .png files in the src/main/resources/... directory. Let me some time to check that. |
fixed in last push. |
I place last version of jmathplot.jar with fix #16 into libraries of my project using Netbeans IDE. The method Plot2DPanel was now recognized but when I run project next exception was thrown: Exception in thread "main" java.lang.NullPointerException How can I solve the problem and use this method? Thank you! |
Could you please check that .png files are located inside the jar file ? |
There are no .png files inside jar fie. Only java classes can be found into jar. |
Ok, so I expect it is ok now. For those who still have problems, please cleanup your jar and rebuild from scratch. |
Well for the error of the icons download this .jar Link for the new jar ✌️ |
@isnopitag Cheers. I didn't want to rebuild the source again. Thanks so much for making the JAR available! |
I have the same problem |
I run your example "LinePlotExample" in eclipse. But it comes out a error that "Exception in thread "main" java.lang.NoClassDefFoundError: org/math/io/StringPrintable". help!!!
The text was updated successfully, but these errors were encountered: