build.xml 에 build 내용을 적고나서, 우측버튼을 눌러, ant build 할때 발생한 에러.

Could not find the main class: org.eclipse.ant.internal.launching.remote.InternalAntRunner. Program will exit.

관련 URL 을 보니, https://bugs.eclipse.org/bugs/show_bug.cgi?id=472599

란곳을 참고해보니,

Bug 472599 - Could not find the main class: org.eclipse.ant.internal.launching.remote.InternalAntRunner. Program will exit.

문제는 JDK 버전 문제로 밝혀짐. 기존 셋팅한 자바 버전에서 workspace 랑 같은 버전으로 맞추면 됨.