Simplest way to sign Java applets

is there a way that i could sign applets without using the command line? its kinda in efficient if i may say.thanks in advance.
[141 byte] By [tefiria] at [2007-10-2 21:23:07]
# 1
> is there a way that i could sign applets without> using the command line? I use Ant ( http://ant.apache.org/) to build and sign my jar files.
sabre150a at 2007-7-14 0:33:42 > top of Java-index,Java Essentials,New To Java...
# 2
Maybe an IDE will be able to do it?Or you could create a build script (ant is good), so building your applet (including signing it) becomesant clean; antYou could event expand it to deploy.ant deploy
mlka at 2007-7-14 0:33:42 > top of Java-index,Java Essentials,New To Java...
# 3
im checking ant now hop this helps alot :) thanks guys.
tefiria at 2007-7-14 0:33:42 > top of Java-index,Java Essentials,New To Java...