I have a very weird crash and I have no clue how t...
# community-support
g
I have a very weird crash and I have no clue how to solve it if I run this with Gradle (Build->Build Tools->Gradle->Build and run using), I get this
Caused by: org.gradle.process.internal.ExecException: Process 'command '/home/elect/.jdks/openjdk-21.0.2/bin/java'' finished with non-zero exit value 1
If I run using Idea, everything fine, no crash Shall I open an issue on github, or is there anything I can try before? I already removed
.build
,
.gradle
,
.idea
, invalidated everything and so on, nothing worked
v
That's not a Gradle issue, so opening an issue is pretty pointless. It starts your application and your application ends with exit code 1. Run through the debugger, set a breakpoint and step through your code to see where it does not behave as you'd expect.