Search found 3 matches

by zliu7
Thu Aug 06, 2015 4:20 am
Forum: JFreeChart
Topic: where can i find the signed Jfreechart.
Replies: 2
Views: 4173

Re: where can i find the signed Jfreechart.

There isn't a signed version of the jar. License-wise I think it is OK for you to bundle the JFreeChart jar file in your applet and sign it...as long as you provide a way for your users to build a new version of the applet with a modified JFreeChart if they want to (it would obviously be up to them...
by zliu7
Tue Jul 21, 2015 7:34 am
Forum: JFreeChart
Topic: where can i find the signed Jfreechart.
Replies: 2
Views: 4173

where can i find the signed Jfreechart.

Now i need to sign my applet for commercial distrubution.Considering the licensing issue, i cannot package the unsigned Jfreechart in my applet and sign it. right? And so where can i download a signed Jfreechart and used in my own signed applet? And what' the best way to package the jar file that us...
by zliu7
Tue Jul 21, 2015 7:14 am
Forum: JFreeChart
Topic: An applet used Jfreechart, how to packaged them as one jar.
Replies: 0
Views: 3823

An applet used Jfreechart, how to packaged them as one jar.

I wrote an applet using the third-party jar jfreechart. And now I need to deploy and distribute my own applet application. 1. Can I bundle jfreechart with my own jar file into one JAR, and if it does, can I digitally sign the bundled JAR file? Beside can i use Fat jar(eclipse plugin) to export the a...