79216001

Date: 2024-11-22 17:32:06
Score: 0.5
Natty:
Report link

You need to --add-modules jdk.crypto.cryptoki in addition to the --add-exports to the erroring module by going to Settings/Build, Execution, Deployment/Compiler/Java Compiler and Override compiler parameters per-module for the failing module.

--add-modules jdk.crypto.cryptoki

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: the_storyteller