Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
2k views

Why does Java Web Start say a signed jar file is unsigned?

Java Web Start (JWS) says that it can't launch my application because the jar file is unsigned: Error: Unsigned application requesting unrestricted access to system Unsigned resource: ...
6
votes
2answers
3k views

How to deploy Applet with dependencies jar using maven and sign it?

Hi Can someone show me how pom file should look like to create a jar file with applet which depends from some other jars is it possible to have one jar as applet, and how to sign it?
4
votes
2answers
516 views

Verifying Jar Signature

I'm trying to programmatically verify that a jar file has not been obviously tampered with. I have 2 use cases I want to prevent. 1) Modifications of existing classes 2) additions of new classes in ...
4
votes
3answers
1k views

Sign a JAR automatically when building from Netbeans

I want to know if Netbeans has some option or setting that will allow me to automatically sign a jar as part of the build.
4
votes
4answers
14k views

How to change JAVA.HOME for Eclipse/ANT

I am trying to sign a jar file using an ANT script. I know this has to be pointed at the JDK directory for jarsigner.exe to run, but when I echo java.home it returns the JRE directory. This isnt a ...
3
votes
1answer
409 views

How to generate keystore for android application signing with 2048 bits keysize using Eclipse ADT wizard?

I want to create a keystore for my android application to signing my application in release mode. I followed the procedure which is given in Android Developer's Guide. In this document says that if ...
3
votes
2answers
361 views

J2ME - code signing using verisign Intermediate CA

I want to sign the J2ME midlet using verisign intermediate CA. Does any one know how to do that or any one succeed with verisign code signing. Please help me with the steps.
3
votes
3answers
452 views

Code signing certificates for Java, Adobe AIR, Authenticode, VBS - are they different?

We have a code-signing certificate, purchased from GlobalSign for Authenticode signing (as they call it). Now we need to sign Java applet and soon Adobe AIR module (applet?). The question is: from ...
3
votes
3answers
1k views

Is is possible to sign a java applet for free?

I made a weird applet which allows you to paint with your voice. Obviously it requires access to the microphone, but Java applets are not allowed access unless they are signed. As far as I can tell ...
3
votes
1answer
546 views

Security considerations when hosting signed jars

What are the security implications for hosting signed jars on the internet? As I understand jar signing, once a user choose to auto-accept a certificate, it doesn't matter if the signed jar came from ...
2
votes
1answer
257 views

Incorrect AVA Format : BlackBerry WebWorks SDK

I am trying to sign my webworks application in SDK 2.0.4 and following steps from http://docs.blackberry.com/en/developers/deliverables/27280/Configure_signing_for_tablet_applications_1476061_11.jsp. ...
2
votes
1answer
669 views

Trying to refresh 'expired' keystore

I am trying to re-sign some jars using the ant task 'signjar' however it's telling me "The signer certificate has expired." So I tried to re-generate the keystore hoping this would 'un-expire' it... ...
2
votes
2answers
169 views

Code signing, do I need to generate a keystore?

I am trying sign an app using keytool, but I dont have a keystore file. Do I need to generate this file myself or should I receive it from from code signing authority ? If so what files do I require ...
2
votes
1answer
358 views

Where can I find the keystore file?

I created a keystore using keytool, but the thing is, we're using a JDK remotely ( and I don't have write priviledges on the server ). I noticed that ant has a keystore attribute, and I would like to ...
2
votes
2answers
101 views

Open Source Project - Is it important to sign jars?

I have open sourced several of my projects and have published artifacts on sonatype.org. Is it important to sign your artifacts, does JBoss and other open source publishers sign their code?
2
votes
1answer
133 views

Adding signature to jar file prevents it from being loaded

I am having the problem that adding a second signature to a .jar file causes trouble in combination with code that only has one of them. Background: We have an application that is signed with an ...
1
vote
1answer
53 views

Signed jar throwing permission exceptions with appletviewer

I'm trying to troubleshoot an issue with signed jars not working under appletviewer. My main goal is to run it outside of the browser, so I tried using appletviewer - if you have other suggestions, ...
1
vote
1answer
145 views

Android Google Maps API Key

I'm developing an app that uses Google Maps. I got the debug keystore and got the API key to work while I am debugging my program in Eclipse, but I am thoroughly confused in how to change this so that ...
1
vote
0answers
424 views

com.sun.deploy.net.jarsigningexception could not verify signing in resource: xalan.jar, 2.7.1

Our JNLP client application contains different JAR's. We sign all these JAR's at build-process. Now, we have one Jar which can not be verified, but only under Windows! (xalan-2.7.1.jar) If we run the ...
1
vote
1answer
290 views

How to sign a jar to never expire?

I used jarsigner to sign my jar file. But I got a warning: Warning: This jar contains entries whose signer certificate will expire within six months. How can I make it never expire or expire in a ...
1
vote
2answers
433 views

Why won't signed java applet connect to external server?

I have a java applet which is trying to create a VNC connection to another host (note the host running the applet and the VNC host are NOT the same). More info on the code i'm working with can be ...
1
vote
1answer
589 views

How to renew a jar signature?

Warning: The signer certificate has expired. I get the following when I try to sign with jarsigner, and the output jar doesn't get generated. How do I renew my jar signature?
1
vote
1answer
456 views

Verify integrity of JAR files necessary?

I have a zip file containing a number of jar files that is being downloaded from an HTTPS site. The jars form a command line driven, server side application. I have a Java written application ...
1
vote
1answer
475 views

What is the meaning of Self-signed checkbox in WebStart properties in Netbeans

In Netbeans (I have the 6.5 version), in the project properties under Application> Webstart there is a self-signed checkbox. What is its meaning? When I need to use it?
0
votes
1answer
21 views

.keystore deleted by accident

I'm trying to sign a JAR file. I generated a new store using the "keytool -genkey -alias myStore -keystore mainstore" And the store got generated with the actual name "mainstore" under my Windows ...
0
votes
0answers
55 views

error opening library file compressed with pack200 compression

Hi im a bit newbie to java and im developing a swing app in java. After a long research in google i found about pack200 compression and made a compressed jar with it for which is the library for my ...
0
votes
0answers
39 views

build fails while doing a “export signed/unsigned package” for android

I am trying to sign my app and publish it. I am using a macbook pro running snow leopard. I have created the cert key and my app compiles and runs beautifully in the emulator and device. I have ...
0
votes
2answers
45 views

Unable to run-applet default Griffon app

With a new Griffon (v0.9.4) app, having nothing more done to it than to install plugins that will be needed for the project later, I am unable to griffon run-applet or run-webstart on the project. The ...
0
votes
0answers
38 views

Unable to locate com.simontuffs.onejar.Boot in web start

I am new to java web start. I am trying to lunch one-jar using web start.but i am getting this error: java.lang.IllegalArgumentException: Unable to locate com.simontuffs.onejar.Boot in the ...
0
votes
0answers
41 views

Set author name and app name of JAR Archive

I need your help. I'm trying to set the App name and Author name in the popup shown by Java plugin on every browser, used to accept the execution of the signed jars. Netbeans was doing this for me at ...
0
votes
1answer
36 views

Use jsafeJCEFIPS.jar OSGi

Has anyone tried using jsafeJCEFIPS.jar OSGi? The jar is signed, I can't convert it to a bundle. I tried to embedded as jar in bundle, but it is always throws java.lang.SecurityException: "JsafeJCE ...
0
votes
1answer
153 views

JFace signer information does not match signer information of other classes in the same package

I am trying to run a simple Eclipse JFace Code but getting the following error. I have added two jar files eclipse.jar and org.eclipse.jface_3.3.0.I20070606-0010.jar into library. Exception in ...
0
votes
1answer
128 views

Jar signing -validity property

I used the -validity property of the keytool to generate a keystore and self sign a jar. During the process, I saw the debug message that says [info] Warning: [info] This jar contains entries whose ...
0
votes
0answers
88 views

Java applet: java.security.AccessControlException

I am running an applet, in which I set have to make a JFrame stay on top at all times, using frame.setAlwaysOnTop(true);. It throws a securityException, even though the applet has been signed ...
0
votes
1answer
82 views

How can I convert a signed jar file to an .exe file and keep it signed?

I have created a JAR file and I've signed it using keytool & jarsigner and then I generated a .exe file, but the .exe does not keep the information of the certificate How can I convert this .jar ...
0
votes
1answer
145 views

Signed jar files in tomcat

I have an applet that runs inside an web application. The applet requires certain jar's to be signed for its successful running. So I am signing a few jar files required by the applet and leaving the ...
0
votes
2answers
116 views

Jarsigner will not open

Ok I need some help here !! I am working with Windows 7 Home Premium and I have downloaded and installed the jdk6u25x64 and the android sdk. here in lies the problem. I have an app ready to publish ...
0
votes
1answer
1k views

jar could not find main class, despite manifest

I am attempting to put my Java applet into a .Jar so I can sign it, as currently it works locally but throws access denied exceptions when I attempt to run it remotely (it reads other files in the ...
0
votes
2answers
302 views

Using jar signing as a kind of license key

Related to this question, can / should I use jar signing to create a tamper proof jar with information embedded for run-time enforcement of the number of users allowed to use the application? My idea ...
0
votes
1answer
236 views

How to sing j2me jar file with full chain of certs? In keystore only one exists

My company have code singing cert from Thawte to sing Windows applications. I need to sing my j2me jar file with this cert. I've used openssl to convert to pkcs12 format using this guide: ...
0
votes
1answer
167 views

build.xml ant question

I am getting the following exception when running an applet: Exception in thread "AWT-EventQueue-4" java.lang.NoClassDefFoundError: ice/net/SnapshotCacheManager but the file is inside the jar. I ...
0
votes
1answer
201 views

Jar Exception in java

I am getting java.lang.SecurityException and java.util.jar.JarException , when trying to use the cryptix-jce-provider.jar . It says that the JAR has unsigned entries - cryptix/jce/ElGamalKey.class ...
0
votes
1answer
103 views

Newbie Need help Making Java to class and signing

Reason : The programmer is not responding (or it is not in the contact now) and i outsourced this project. So i have to do it my self. Knowledge level - PHP, Some jquery Javascript Nothing else. ...
0
votes
1answer
139 views

Running a signed midlet on the emulator produces a SecurityException

I have a signed midlet (VeriSign Class 3), which runs perfectly in several Nokia devices. When I try to run it on the JME SDK 3.0 emulator it produces a java.lang.SecurityException: Application not ...
0
votes
1answer
449 views

How to sign a JAR file using a .PFX file

We sign our .net code with a .PFX cert file. A colleague now needs to use the the same cert to sign a .jar file for a customer. Can someone point me to a link or an example of how I can do this ...
0
votes
2answers
825 views

Absolute minimum code to get a valid oauth_signature populated in Java or Groovy?

SO I am testing a Rest OAuth implementation. My testing tool will send the HTTP Request, but I need to prepare the Authorization header. What I need: I want a valid Authorization Header What I ...
0
votes
1answer
174 views

Can I change the alias of my key?

I signed my JWS application MemorizEasy with a key whose alias is: memofile.reference.emma.jar=/Users/simpatico/.netbeans/6.8/modules/ext/emma.jar I don't remember why I chose such a long alias. I ...
0
votes
2answers
391 views

How to test the code signing of a JAR file on a client machine?

We have signed a JAR file using a certificate generated by MS Active Directory Certificate Services. However, when accessing it via Java Web Start we are getting the prompt that the digital signature ...
0
votes
2answers
531 views

Ignore jar signing in a web service?

We have some legacy JAR files from a vendor that were previously distributed as an applet, but we'd now like to simplify as a web service. While the code works when I run it natively within my ...
0
votes
1answer
949 views

Un signing a signed jar

I am using bouncy castle provider for AES encryption. I need to create a fat jar from bc and my jar but as soon as i do it i get Algorithm not found exception. Is it possible to get rid of the sign ...

1 2