redhat-developer-demos/knative-tutorial

Run The CamelK Code

waytoharish opened this issue · 4 comments

Hi,
How could i run the maven project from the CamelK in the getting Started-

To run Java Class or groovy we use Kamel Client-

kamel run helloworld.groovy

the maven project was created just to help you with the IDE support when you develop. You actually dont use that when deploying camel-k integrations. All camel-k integrations are just single files.

So if we have a Dependent Java Files then how can we run that. For example-
Controller Class- Service class- Data Service all have Class1--> Class2--> Class3
Then how to run all these

Ohh So i can not execute Spring-boot or quarkus based jar directly from Kamel ??