Tagged Questions
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: ...
4
votes
2answers
514 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
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
545 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
255 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
168 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
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
51 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
287 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
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
54 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
37 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
152 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
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
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
300 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
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
200 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
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
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
1answer
948 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
votes
0answers
24 views
error loading pack200 jar file
Ok After checking Andrew Thompson's link in my previous post ( error opening library file compressed with pack200 compression ) and some googling i came to another error "Cound not verify signing in ...