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

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
zliu7
Posts: 3
Joined: Tue Jul 21, 2015 6:22 am
antibot: No, of course not.

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

Post by zliu7 » Tue Jul 21, 2015 7:14 am

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 applet with jfreechart.
2. If it is not permited, where can i get the signed jfreechart, as the JAVA security mechanism, that requires all the jar used in applet must be signed.

Locked