invalid source release error #1851
-
I'm trying run the following command using jplag 5.1.0 on Windows 11
I have a series of Java submissions from GitHub classroom in that directory. I'm running the command from the directory with the submissions. My Java VM version is 22.0.1 (Oracle). I'm getting the following output errors:
That's repeated for each submission. At the end, the tool outputs:
I don't get any useful output from the tool. What is causing the null error? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We've also encountered this problem in the last week. For us the solution was to use Java JDK 21 instead of Java 22. I hope that helps :) We'll also fix the behavior in an upcoming release :) |
Beta Was this translation helpful? Give feedback.
We've also encountered this problem in the last week. For us the solution was to use Java JDK 21 instead of Java 22. I hope that helps :)
We'll also fix the behavior in an upcoming release :)