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

Compare with Current View Page History

« Previous Version 2 Next »

Running Examples

This section walks you through running the examples which are shipped with a binary distribution.

Before you start

First you need to Download a binary distribution.

Then you need to download and install Apache Maven.

To test your Maven install you should be able to change directory into the examples directory and type

mvn -v

You should see something like

camel-rider:/tmp/camel/examples$ mvn -v 
Maven version: 2.0.5
  • No labels