Dec 17 2006
Solution to “Error starting modern compiler”
The eclipse/java error “Error starting modern compiler” when trying to compile something using javac in eclipse is being caused by eclipse using a different java VM than the one JAVA_HOME is pointing to.
Other keywords:
- eclipse compile error
- “13: Error starting modern compiler”
- eclipse cannot compile
very useful, thanks !!
Thanx a bunch for the tip. It worked.
Thanks a lot for the tip! Was finally able to resolve this problem after many unsuccessful attempts.