Java HotSpot(TM) 64-Bit Server VM warning: Option -Xdebug was deprecated in JDK 22 and will likely be removed in a future release.
Unrecognized option: -Xnoagent
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
It seems that -Xnoagent is no longer supported, and -Xdebug is deprecated in JDK 22.
Could you update the debug configuration to be compatible with newer JDK versions?
Additionally, after running dap-java-debug, Emacs becomes completely unresponsive — all keybindings stop working and the editor freezes.
Java HotSpot(TM) 64-Bit Server VM warning: Option -Xdebug was deprecated in JDK 22 and will likely be removed in a future release.
Unrecognized option: -Xnoagent
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
It seems that -Xnoagent is no longer supported, and -Xdebug is deprecated in JDK 22.
Could you update the debug configuration to be compatible with newer JDK versions?
Additionally, after running dap-java-debug, Emacs becomes completely unresponsive — all keybindings stop working and the editor freezes.