Questions tagged [patch-module]
2 questions
0
votes
1 answer
Patch jdk.unsupported module in Java 17
For various reasons, I need to continue to use some sun.misc classes in Java 17, specifically the BASE64Decoder class. (The algorithm used by the class has some specific behavior that other base 64 decoders do not reproduce.) I'm planning to use the…

gbear605
- 89
- 1
- 10
0
votes
0 answers
Maven error: Failed to run the ecj compiler: Unrecognized option : --patch-module
I'm using Maven in Eclipse for a modular Java project, and have managed to make Maven use the Eclipse compiler following the answer to this question.
However, the Maven test-compile target fails with the error message
Failed to run the ecj compiler:…

Arend
- 2,363
- 1
- 18
- 18