B4J Question How do I sign a jar in B4J ??

Mark Zraik

Member
Licensed User
Longtime User
Hello,

I'm new to using B4J and want to do this right.

I have seen other post where folks are signing their jar files, which makes sense.
I do the same in B4A, but I don't see the same options in B4J (In the dropdown boxes).

I've never had to do this before, it's my 1st B4J project.

Thanks in advance,
Mark
 

Daestrum

Expert
Licensed User
Longtime User
Simple overview

1, Obtain Certificate
2, Store Certificate in keystore using alias
3, Use jarsigner on jar using keystore and alias
 
Upvote 0

Mark Zraik

Member
Licensed User
Longtime User
1, Obtain Certificate
2, Store Certificate in keystore using alias
3, Use jarsigner on jar using keystore and alias

I'm going to try and use my certs on my Win keystore.
I added the keystore I use for B4A awhile ago, can't remember why, but I did.
So, I have a keystore already created and stored with an Alias in my machines Keystore.

It looks straight forward enough, thanks again.
Mark
 
Upvote 0
Top