Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Now you can run an example:
    a. In the Package Explorer find the Main class, which should be located in: servicemix-core/src/main/java/
    under org.apache.servicemix/Main.java.
    Double click on the main() class.
  2. From the Run menu select "Run..."
  3. You will get a Run window pop-up, from there select Java Application
  4. Click on New button in botton left
    Name the Project: any name you like, for example if you want to run the FilePoller application call it "filepoller".
  5. Click on arguments button:
  6. In the Program Arguments box enter servicemix.xml
  7. In the Working Directory enter the path of your example. Such as:
    C:\Program Files\servicemix-1.0.1\examples\file-binding
    You can use the "File System..." button to browse for your directory.
  8. Click Apply.
  9. Click Run

...

Configuring Eclipse

Updating Eclipse from Trunk

...