dschulten commented on issue #3431: URL: https://github.com/apache/incubator-kie-tools/issues/3431#issuecomment-3867457618
I have found a workaround. The extended-services-java distribution that comes with the VSCode extension runs with Windows. - install the vscode plugin - cd to `%USERPROFILE%\.vscode\extensions\kie-group.extended-services-vscode-extension-10.1.0\dist\extended-services-java - zip up the extended-services-java folder To start it, a recent Java version is required, I use JDK 21. Unpack the extended-services-java.zip, change into id on the commandline. Then: - set Quarkus Port: `set QUARKUS_HTTP_PORT=21345` - set JAVA_HOME as required - run the extended services: `%JAVA_HOME%\bin\java -jar quarkus-run.jar` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
