quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.57k stars 2.63k forks source link

java.lang.ClassNotFoundException: 1.1 when running quarkusDev gradle task in Eclipse #38497

Open cj19 opened 7 months ago

cj19 commented 7 months ago

I try to run quarkusRun gradle task and the exception above occurs. this most commonly occurs in Eclipse. Is there any run configuration that can solve this issue?

Also if I run the quarkusRun task in the parent directory (I have multiple sub-projects in the main module), then I receive this error:

What went wrong:
Execution failed for task ':integration-tests:quarkusRun'.
java.lang.RuntimeException: java.io.IOException: Cannot run program "java" (in directory "C:\DevEnv\workspaces\xy\asdd-asdasd\integration-tests\build\classes\java\main"): CreateProcess error=267, The directory name is invalid
quarkus-bot[bot] commented 7 months ago

/cc @glefloch, @quarkusio/devtools