Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

Error access illegal - dss-token

Created by: AnguelSC

Hello, I come using dss-token in my application but it shows me a runtime error:

image

I have only been able to solve this error by adding in the JVM:

--add-modules javafx.controls,javafx.fxml,javafx.graphics,javafx.base --add-opens jdk.crypto.cryptoki/sun.security.pkcs11=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED

Now that I try to generate my JAR that error persists.

The java version used: 11 DSS-token: 5.8 dss.framework.version: 5.8

Thanks for the help.