Re: Import org.apache.camel

2023-07-06 Thread Marat Gubaidullin
files. In the same folder I would like to implement java class with a > method using Exchange to access the body, but *import org.apache.camel* > tells > me: The import of org.apache.camel cannot be resolved. I know it will work > when I generate a project from a pom file where I specify dep

Import org.apache.camel

2023-07-06 Thread ZmrzlĂ˝ , Daniel
using Exchange to access the body, but *import org.apache.camel* tells me: The import of org.apache.camel cannot be resolved. I know it will work when I generate a project from a pom file where I specify dependency, but I would like to use this library also in my case. Thanks. Daniel