Basically, Apache Camel is an integration framework. Thus it's not a tool that you can run.
Mostly it goes like this: 1. Start a Java project 2. Add the Camel code 3. Run the Camel (there are various runtimes like Karaf, Main, Quarkus, Spring Boot). Main is the easiest. Some suggestions: 1. Start here --> https://tomd.xyz/camel-tutorial/ 2. Check this example --> https://github.com/apache/camel-examples/tree/main/examples/main 3. Create a Java project --> https://kameleon.dev/#/standalone. If you want to use more a tool approach: 1. CLI: https://camel.apache.org/manual/camel-jbang.html 2: GUI: https://assimbly.org/ Good luck, Raymond On Tue, Jul 26, 2022 at 9:56 AM Vyacheslav Boyko <mail4...@gmail.com> wrote: > Simply just add jars into classpath and create CamelContext and > RouteBuilder. > > But... do you use SpringBoot in your project? > > On 7/26/22 10:51, Turritopsis Dohrnii Teo En Ming wrote: > > Subject: How do I install and use Apache Camel? > > > > Good day from Singapore, > > > > How do I install and use Apache Camel? > > > > Thank you. > > > > Regards, > > > > Mr. Turritopsis Dohrnii Teo En Ming > > Targeted Individual in Singapore > > 26 July 2022 Tuesday > > Blogs: > > https://tdtemcerts.blogspot.com > > https://tdtemcerts.wordpress.com > > -- > Vyacheslav Boyko > mailto:mail4...@gmail.com > >