Posted October 20, 201311 yr Hello all fellow coders! I've been coding since beta 1.8.1 with Risugami's ModLoader, and just recently switched to Forge (1.6.2). I really like how in Forge, you can recompile and reobfuscate the code into a .jar file, because, to me, that looks cool. I've seen people who can sign their .jar files to verify that it was them who recompiled and reobfuscated the code. However, I haven't found a good tutorial online about how this is done. If someone could point me to one, or put one here, that would be greatly appreciated. Thanks! -Parker
October 20, 201311 yr The two sources I used: Generate the keys http://docs.oracle.com/javase/tutorial/security/toolsign/step3.html Sign the jar file http://docs.oracle.com/javase/tutorial/deployment/jar/signing.html
October 22, 201311 yr Author Ah! Never thought to look at the Java website. Well, it is java that I'm coding in after all. Thank you very much!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.