You are not logged in.

#1 2017-09-23 12:22:19

Xakep_SDK
Member
Registered: 2017-09-23
Posts: 61

Java 9 trustStore broken

Java 9 installation has broken trustStore.
I;m trying to launch minecraft using
java -jar Minecraft.jar and it throws this exception:
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Running java with trustStore property fixes this issue.
java -Djavax.net.ssl.trustStore=/etc/ssl/certs/java/cacerts -jar Minecraft.jar
I have searched system for cacerts file and found 2 files:
/etc/ssl/certs/java/cacerts
/usr/lib/jvm/java-9-openjdk/lib/security/cacerts
Java's cacerts file is empty.(few unreadable chars inside)
As i know, pacman must handle everything by itself.
Is there a workaround or fix?

Offline

#2 2017-09-23 13:50:15

nicoulaj
Member
From: France
Registered: 2011-10-10
Posts: 34

Re: Java 9 trustStore broken

I also noticed this and filed a bug report: https://bugs.archlinux.org/task/55717


AUR | github | IRC:nicoulaj

Offline

Board footer

Powered by FluxBB