I have upgraded to version 1.43.0. But in all of my existing projects running a java class fails with a class not found exception.
Example.
/usr/bin/env /home/schophil/.sdkman/candidates/java/17.0.15-amzn/bin/java -agentlib:jdwp=transport=dt_socket,server=n,suspend=y,address=localhost:35729 @/tmp/cp_dacbyz8g05xstcuv49lvhcsr6.argfile be.vlaanderen.burgerprofiel.profiel.ProfielServiceApplication Error: Could not find or load main class be.vlaanderen.burgerprofiel.profiel.ProfielServiceApplication Caused by: java.lang.ClassNotFoundException: be.vlaanderen.burgerprofiel.profiel.ProfielServiceApplication
I have cleaned the workspace and performe rebuilds. Did not help.
Running junit tests works correctly.
I am on WSL2.
I have upgraded to version 1.43.0. But in all of my existing projects running a java class fails with a class not found exception.
Example.
/usr/bin/env /home/schophil/.sdkman/candidates/java/17.0.15-amzn/bin/java -agentlib:jdwp=transport=dt_socket,server=n,suspend=y,address=localhost:35729 @/tmp/cp_dacbyz8g05xstcuv49lvhcsr6.argfile be.vlaanderen.burgerprofiel.profiel.ProfielServiceApplication Error: Could not find or load main class be.vlaanderen.burgerprofiel.profiel.ProfielServiceApplication Caused by: java.lang.ClassNotFoundException: be.vlaanderen.burgerprofiel.profiel.ProfielServiceApplicationI have cleaned the workspace and performe rebuilds. Did not help.
Running junit tests works correctly.
I am on WSL2.