How to sign a Jar file if we have digital signature?
Hi all,
I want sign my applet using DigitalSign Certificate. I try to use Selfsigned for development purpose its not working for my application.
What are the steps i need to follow to sign an applet in eclipse using build.xml file.
please help on this
Thanks in advance.
Re: How to sign a Jar file if we have digital signature?
Re: How to sign a Jar file if we have digital signature?
Hi,
After Signing the applet also i am not able to use copy/paste/cut options in the application by using system clipboard and also i have added permission to java.policy file. like AWTPermission..etc
and still am trying to paste in textfield in the console i am getting following Exception. I added all permissions.:(sweat):
java.security.AccessControlException: access denied (java.awt.AWTPermission accessClipboard)
at java.security.AccessControlContext.checkPermission (Unknown Source)
at java.security.AccessController.checkPermission(Unk nown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkSystemClipboardAcce ss(Unknown Source)
at sun.awt.windows.WToolkit.getSystemClipboard(Unknow n Source)
at thinkmap.examples.KeyCommandController.paste(KeyCo mmandController.java:104)
at thinkmap.examples.KeyCommandController.actionPerfo rmed(KeyCommandController.java:131)
at thinkmap.gel.KeyCommand.fire(KeyCommand.java:95)
at thinkmap.gel.GRootPane.processKeyboardCommand(GRoo tPane.java:344)
at thinkmap.gel.GComponent.processKeyEvent(GComponent .java:927)
at thinkmap.gel.GTextField.processKeyEvent(GTextField .java:338)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.KeyboardFocusManager.redispatchEvent(Unkn own Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEv ent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.preDispatchKe yEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAsse rtions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent (Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
Is there any way to access systemcilpboard. and need to use copy/paste/cut options
Thanks in advance
Re: How to sign a Jar file if we have digital signature?
Stop multiposting the same question all over.
Closing this one too. Starting any more threads for the same topic may lead to a ban.
db