I downloaded the source code for the applet:
http://www.oxygenxml.com/demo/AuthorDemoApplet/author-component-dita.html
As indicated, I used ANT to build it, but the assembly failed, ANT complains about the following:
[signJar] Error jarsigner: java.Lang.RuntimeException: loading cache: C \ Users .... {The system cannot find the specified file}
From this error, I conclude that it is a java code signing certificate that causes the problem, and I did some research on this, it seems to me that I should buy. But since I am not deploying this applet on any web server (including localhost). I was wondering if there is a way to solve this problem?
Thanks in advance for the suggestions!
Kevin source share