The jar-signing tag has no wiki summary.
0
votes
1answer
18 views
JAR Signing: How long can a certificate last?
I understand that when signing a JAR, it is possible to extend the default certificate expiration date of of 90 days by using -validity.
Since what I'm making is an embedded system, I would like to ...
0
votes
0answers
28 views
Jar signing in Netbeans IDE 7.3 produces “The signer's certificate chain is not validated”
I have a PVK and SPC file and want to use them to sign jar files from the Netbeans IDE 7.3. My application will be deployed from Java Web Start.
I combined them into a PFX file using keytool.
...
1
vote
1answer
28 views
Why does netbeans not sign some jars?
I am having a problem with jar signing in netbeans.
I developed a component to scan images via twain directly to my web app. The component is running as an applet. During building in Netbeans the ...
2
votes
3answers
231 views
After Adding quickblox-android-0.8.1.jar file in project libs folder and getting error when install on device
when add quickblox-android-0.8.1.jar in My Project libs folder then I'm getting an error. I have done all related for it like update Adt to 21, bin delete and clean, restart Eclipse etc but not ...
0
votes
1answer
52 views
Signed applet with valid CA still showing up as unknown publisher
Well, I tried reading pretty much all articles but I haven't found any hint.
After receiving my official certificates from StartSSL I am still unable to launch my applet without UNKNOWN publisher ...
1
vote
1answer
523 views
Java Applet - “Block potentially unsafe components from being run?” message [duplicate]
Since the latest Java update, two of my applets are displaying a warning pop-up to our users even though both of the jar files we are using are signed. I have verified they are signed using the ...
1
vote
0answers
129 views
How to Create default .keystore file OR restore .keystore
When I try to run
calabash-android resign ContactManager.apk
I get Following Error.
2013-04-03 21:29:38 - "C:\Java\jdk1.7.0_17/bin/jarsigner.exe" -sigalg MD5withRSA
-digestalg SHA1 -signedjar ...
0
votes
0answers
48 views
loading jars during splash screen
I have a main application which is referencing to 4-5 external jar files. So while compiling the project netbeans ide(javafx application) takes long time. Therefore I want to design a splash screen ...
1
vote
3answers
96 views
Signed applet loading signed jar reading file error
I'm working on a game at the moment and have made a JFrame loader which can load the game from the user.home directory, but recently decided I wanted it in a web applet as well.
When I run the JFrame ...
0
votes
1answer
367 views
“The filename, directory name, or volume label syntax is incorrect” when signing Android app
When I compile my Android app in release mode and try to sign it, I get the following error:
The filename, directory name, or volume label syntax is incorrect
I set key.store in ant.properties ...
1
vote
0answers
82 views
Signing jar with timestamp and authentication at the timestamp server
I want to use the timestamp option -tsa of the java jarsigner tool. The timestamp service I have in mind requires authentication. For this purpose you get a personalized soft token to identify ...
2
votes
1answer
45 views
Java Webstart (Library) signing
I am a bit concerned about our current build process. It smells of 'the wrong way' and causes our clients a lot of additional downloads.
We have a regular Java project that we publish through ...
0
votes
3answers
99 views
sign a Jar file
I have manually added some class files in jar. and replaced in server. But server didn't come up with this new jar saying : java.lang.SecurityException: class "test.TestProcess2"'s signer information ...
1
vote
2answers
89 views
Android Signing application on Windows
I am trying to Sign up APK to upload it on to the Play Store Market. I am following the steps underlined here
I am getting the following error
When i try to Sign the Application using Eclipse ...
0
votes
2answers
186 views
Restrict java to only execute signed jars?
Java jars can be signed with the JDK jarsigner tool. This, in conjuction with the policytool, appears to only allow you to add privileges to the jar when it is run. I would like a default "Revoke ...
0
votes
3answers
108 views
Android apk upload fails with error 'The apk must be signed with the same certificates as the previous one'
I know this question has been asked before, but I am pretty sure I am using the same keystore.
I stored the keystore I used to sign the first version of my app and then used the same to create the ...
2
votes
0answers
234 views
Signing android app by Maven causes “App not installed”
I used these Maven settings to sign my app:
<profiles>
<profile>
<id>sign</id>
<build>
<plugins>
<plugin>
...
1
vote
2answers
215 views
Extract raw X.509 Certificate from a signed APK or JAR
I have a library of MD5 hashes of public keys used to sign various jars, and a mapping to their respective keystores which we use to sign different APKs. What I'd like to be able to do is identify ...
0
votes
1answer
60 views
Jar signing in eclipse, how to resign after altering source
I had to alter some source in org.eclipse.jdt.core.dom.ASTNode, I used various eclipse plugins as "headless" libraries in a application design to re-factor source code in a specific way.
I only ...
0
votes
0answers
181 views
FileNotFoundException, could not read contents from jar?
I'm having the worst time trying to update my app. I finally got it to build and run on my phone, but when I try to export signed application package, I get two errors:
Could not read jar file ...
0
votes
0answers
65 views
Signing Applications with KeyStore [closed]
Ive been asked by my work place to sign my applications with KeyStore i do not know how to use it or how i sign my programs can anyone help me with this?
3
votes
1answer
259 views
Appearance of Java Security dialog
The Java Security dialog is shown when loading a signed applet.
What does the Java Security dialog look like?
4
votes
2answers
505 views
Jar file works great until it is signed (in Windows)
I'm going to start this out by saying I'm not a Java programmer, I'm a PHP programmer.
I ran into a situation were websockets weren't going to cut it and I found this site that offered a solution:
...
1
vote
1answer
218 views
Deploying a Java Applet with a signed jar
I have been learning how to deploy applets. I have put my code in a jar, have signed it and now I am trying to put it on weebly.com. The error in the java console says that the Minesweeper.class ...
0
votes
1answer
71 views
Http Client returning null after signing the APK
I am developing an android application which uses web services that has https protocol in its url.
And I'm doing a GET request to that service.
The strange part is when I compile my android apk with ...
0
votes
0answers
53 views
When the browser is loading an applet and asking for user permission, the publisher's name is not shown
I need help regarding certificate issue. I use jarsigner to sign my applet, but the problem is that it's not showing the publisher's name when the browser prompts the user for permission. What is the ...
5
votes
2answers
198 views
automated “secure” code signing
I want to set up the jobs in our buildserver (Jenkins) to automatically sign the generated jars.
For obvious reasons I do not want to put the certificate and credentials in the version control, or ...
2
votes
0answers
151 views
How to correctly sign apps in CyanogenMod?
I compiled CyanogenMod 7 from source code, then tried to install ADWLauncher on my device:
$ adb install -r ./out/target/product/crespo/system/app/ADWLauncher.apk
4147 KB/s (1060312 bytes in 0.249s)
...
0
votes
1answer
872 views
Maven Jarsigning using keystore
Have found maven to use hard for simple things like jar-signing..May be I am doing this in wrong way,Correct me.
I have genereated a keystore file and it is located in my ...
0
votes
1answer
590 views
Maven Include dependencies in Executable Jar
Am new to Maven...
Trying to create a simple applet.
Include dependencies for the applet.
For this I have tried :
<repository>
<id>lib</id>
<name>lib</name>
...
1
vote
2answers
606 views
Sign a jar file created with maven-assembly plugin
I'd like to build an assembly and then sign it. My problem is that the jarsigner signs not the assembly, only the standalone jar file. Could you tell me what is the problem? Maven seems like 'magic' ...
0
votes
1answer
294 views
Signing Properties: Fx Build Configuration
In Eclipse EE 3.7, I've installed the JavaFX SDK and created a JavaFX Project. When I open the build.fxbuild file and select the Build Properties tab, there's a section titled Signing Properties. And ...
0
votes
0answers
179 views
How to run java applications in Google App Engine?
I have created a simple Java application containing buttons, text fields and so on. I have created the JAR file and also the JNLP file for it and had it signed by Jarsigner.
Now I want to be able to ...
0
votes
1answer
48 views
Publishing / upgrading multiple team members
As a team we developed and published an app in Google play. This is done by signing with a personal generated certificate. Now we want to upgrade the app, but we are bumping into the issue that we ...
1
vote
1answer
1k views
Security warning: Website's certificate cannot be verified while running JWS application
I am trying to run a JWS application. I have signed all the .jar files and placed them in the document root directory. The signing was done by a Verisign certificate using a .pfx file.
However, I ...
1
vote
1answer
441 views
Set publisher name in JWS application using given certificate
I have obtained a certificate by a trusted authority (have been given a .pfx file).
I signed all my .jar files with jarsigner like this:
jarsigner -storetype pkcs12 -keystore my_pfx_file.pfx ...
0
votes
1answer
582 views
How do I sign a dozen JAR files with jarsigner?
I want to sign two dozen jar files using jarsigner, giving the password only once.
Giving multiple files to jarsigner is not possible, according to the man page and using a for-loop on the command ...
2
votes
2answers
2k views
Sign java applet without security pop-up
I have question about signing java applets. I have self-signed applet. When i open webpage i have security warning dialog, and i have to confirm permissions. Is it possible (for example via SSL ...
1
vote
1answer
470 views
My ant signjar task seems to be changing my password
When I try to sign a jar with this line:
jarsigner -storetype pkcs12 -keystore cert_comodo.pfx MyJar.jar "le-01234567-0123-0123-0123-0123456789ab"
it prompts me for my password, and everything ...
0
votes
1answer
262 views
applet signing - lost keystore password
I have a question regarding the steps I should follow to use an old keystore (for which I've lost the password).
Is there any way to use the certificate I received from Verisign if I can't import ...
3
votes
1answer
295 views
How to verify jar signature
How do I check if a .jar-File has a signature and how do I verify this signature in my code in order to make sure that my code is only executed with a specific library?
2
votes
1answer
103 views
LWJGL Applet crashes when opening file
I'm making a java application using LWJGL. When exporting the project into jar and signing it, it crashes when I'm trying to open a file like this:
File file;
try {
file = new ...
0
votes
2answers
98 views
How can I reproduce the way a former developer signed our android app?
I have an issue signing my app. When I sign it, and upload it, I get the error "The apk must be signed with the same certificates as the previous version."
Before you ask, yes I'm sure it's the same ...
2
votes
2answers
192 views
How to sign jar using jarsign without providing -storepass?
Using jarsign without -storepass will prompt for the keystore password, which will break our automated build (no human intervention)
If we use jarsign with -storepass, then this will effectively log ...
2
votes
2answers
449 views
Ant Build Signing Jar
I'm still getting the following error message when I try to install on the Android device.
Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
I updated Ant to the latest version 1.8.3 that addresses ...
0
votes
2answers
186 views
signjar & jar:sign vs Artifactory checksum
If, as part of my build, I sign a jar via Ant's signjar task, it will then be considered a "signed jar". The same thing can be accomplished in Maven-land by executing the jar:sign goal.
Repository ...
0
votes
1answer
254 views
how to run the signed jar file in java command prompt?
I have created jar file in java 6 command prompt and then signed the jar file using jdk jarsigner utility.Finally it was verified successfully.But when i run the jar file using
Java -jar ...
3
votes
2answers
1k views
Android release keystore issue: “Keystore was tampered with, or password was incorrect”
A couple of months ago I generated my android release keystore with this command:
keytool -genkey -v -keystore my-release-key.keystore -alias myalias -keyalg RSA -keysize 2048 -validity 10000
I ...
0
votes
1answer
1k 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
523 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 ...


