Running Arana in Eclipse

  • Install org.apache.xerces eclipse plugin into the eclipse/plugin directory;
  • Start eclipse with J2SE 5.0 Java VM and at least 256M heap size. In my Linux box, run command:
        eclipse -vm /opt/sun-jdk-1.5.0/bin/java -vmargs -Xmx256M
        
  • Choose a Java project and open the property of the project. Then select Arana item on the left panel as show below: