Jump to content

Recommended Posts

Posted

Hello -

 

I've looked around but it appears most of the time this is assumed to actually work, yet it does not for me.

 

- Have JDK

- Have latest version(s) of forge:

- forge-1.8.8-11.15.0.1595-1.8.8-mdk

- Forge 2.0.2 (from SourceForge)

 

Running gradlew.bat setupDecompWorkspace

 

The error I'm receiving on 2.02 is:

 

 

  Reveal hidden contents

 

 

The error I'm receiving with Forge 1.8.8 is:

 

  Reveal hidden contents

 

 

 

Any assistance or pointers would be appreciated.

Posted

Version: JDK 1.7.0_60

 

Don't worry about the 2.0.2, then, that was me trying to find a newer version that worked. I'll just stick with 1.8.8.

 

So part of it seemed to fix itself after my ISP stopped being annoying.

 

The other part I had to fix with the method you posted. Perhaps this is a new thing for Windows 10? I'm not sure. Here's what all I had to do:

 

keytool -import -alias repo1.maven.org -file "C:\Program Files\Java\jdk1.7.0_60\jre\lib\security\maven1.cer" -keystore cacerts -storepass somepass

keytool -import -alias libraries.minecraft.net -file "C:\Program Files\Java\jdk1.7.0_60\jre\lib\security\minelib1.cer" -keystore cacerts -storepass somepass

keytool -import -alias georoot -file "C:\Program Files\Java\jdk1.7.0_60\jre\lib\security\geo1.cer" -keystore cacerts -storepass somepass

keytool -import -alias geointer -file "C:\Program Files\Java\jdk1.7.0_60\jre\lib\security\geo2.cer" -keystore cacerts -storepass somepass

 

(You can save there directly, just add yourself to the full control list for the folder.)

 

The certs referenced above can be procured from:

https://repo1.maven.org/ (First one)

https://libraries.minecraft.net/ (Last three; use the process here: http://docs.bvstools.com/home/ssl-documentation/exporting-certificate-authorities-cas-from-a-website )

 

I hope this helps someone in the future.

 

 

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.