Good work #84
Closed
Maurycy-Krzeminski
started this conversation in
General
Replies: 1 comment 1 reply
-
In java, there always should be a main method to start the execution. I've never heard of Quarkus. It's most likely that similar to tests, there is a executor application to Quarkus if This definitely doesn't work without a main method. I couldn't really tell if you can simply configure it without knowing how it works. Were you able to get it working with nvim-jdtls or something? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I would like to thank you for awesome neovim extension for java.
Dap is working really well with Spring Boot when I was testing it today.
However there is some problem with Quarkus.
Debuging works only in public static void main function in @QuarkusMain.
Do you think about supporting Quarkus in future, or maybe I just have it configured wrong?
Beta Was this translation helpful? Give feedback.
All reactions