I downloaded the source code for an applet from here:
http://www.oxygenxml.com/demo/AuthorDemoApplet/author-component-dita.html
As instructed, I've used ANT to build it, however, the build is not successful, the ANT complains like this:
[signJar] jarsigner error:java.Lang.RuntimeException: keystore load :C\Users....{ The system cannot find the file specified}
From this error, I infer it is the java code signing certificate that is causing the problem, and I've done some research about it, it appears to me that I have to purchase. But since I am not deploying this applet to any webserver( including localhost). I was wondering if there is any way that I can solve this problem?
Thanks in advance for the suggestions!