Even after passing Java errors to AI for fixes, the process stops at the Spring startup phase.If you are overwhelmed by long stack traces, try separating the issues into "compilation, startup, ...
import java.io.IOException; public class ProcessDemo { public static void main(String[] args) throws IOException { Process p = new ProcessBuilder("notepad.exe").start ...