Hi all,
Many of java developer use ANT build tool for his project build process. many of us we got this kind of error. so, here i the solution to resolve this.
Please follow below steps...
1) Download ecj.jar file from this link "http://mvnrepository.com/artifact/org.eclipse.jdt.core.compiler/ecj/3.5.1"
2) Goto the Window -> Preferences
(this will display popup windos)
3) Click On Ant -> Runtime
4) Click on Classpath tab
5) Select Ant Home Entries (Default) option
6) Click on Add External JARs.. button
7) Select Downloaded file from directory -> open
8) Click on Ok
Now, build your project again with ant command. i am sure you will not get this error again.
That's it!!
Enjoy the code!!
Thank you,
Ketan Savaliya
Many of java developer use ANT build tool for his project build process. many of us we got this kind of error. so, here i the solution to resolve this.
Please follow below steps...
1) Download ecj.jar file from this link "http://mvnrepository.com/artifact/org.eclipse.jdt.core.compiler/ecj/3.5.1"
2) Goto the Window -> Preferences
(this will display popup windos)
3) Click On Ant -> Runtime
4) Click on Classpath tab
5) Select Ant Home Entries (Default) option
6) Click on Add External JARs.. button
7) Select Downloaded file from directory -> open
8) Click on Ok
Now, build your project again with ant command. i am sure you will not get this error again.
That's it!!
Enjoy the code!!
Thank you,
Ketan Savaliya
No comments:
Post a Comment