You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Can I use Camel on Java 1.4

Apache Camel is developed to run on Java 5 or later to take advantage of the new language features like generics and annotations together with the using the Java 5 concurrency code.

Until then you can just install the retrotranslator JIT in your JVM which will auto-swizzle all Java 5 bytecode to be complaint Java 1.4 bytecode using backport-util-concurrent instead of Java 5 concurrency code.

  • No labels