I am trying to run the ant build file I generated from the Eclipse using the steps :
- Right Click on Project, then “Export”
- Under General -> Ant Build File
But When I try to do Run As -> Ant Build File, It shows the following error:
Class not found: org.eclipse.jdt.core.JDTCompilerAdapter
What can be wrong?
check the 1st solution here this should do