jamesnetherton commented on issue #2612:
URL: https://github.com/apache/camel-quarkus/issues/2612#issuecomment-843169784


   Maybe because whatever you're using to provide the 'dynamic java' part is 
trying to search for `java.class.path`? It's not available when you do `java 
-jar target/quarkus-app/quarkus-run.jar`.
   
   In such scenarios `fast-jar` is not so friendly. Instead of `java -jar`, you 
likely have do `java -cp` and build up the classpath manually for the content 
under `quarkus-app/app`, `quarkus-app/lib` & `quarkus-app/quarkus` setting 
`io.quarkus.bootstrap.runner.QuarkusEntryPoint` as the main entrypoint.
   
   It may be simpler to stick with `uber-jar` or `legacy`.
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to