Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse ant build reports "cannot find symbol [javac] symbol : XXXX" (Eclipse ant build reports "cannot find symbol [javac] symbol : XXXX" )
Eclipse ant build reports "cannot find symbol [javac] symbol : XXXX" [message #530759] Fri, 30 April 2010 13:44
Eclipse UserFriend

Hi, all:

Sorry to ask such a newbie question.

I'm trying to compile "java-ml" using Eclipse 3.5.2 IDE.

http://java-ml.sourceforge.net/

It's strange that I'm not able to compile(ant build) this package from within Eclipse IDE, and always obtained the following error message
Quote:
cannot find symbol [javac] symbol : class svm_parameter
....

For this project, Eclipse IDE doesn't show any red cross, which means this project should be able to be successfully compiled.
But, whenever I'm trying to "ant build" from within Eclipse IDE, I obtained the above error message, which seems to tell ant build can't find some package.

So, "ant build" seems to build project using file "build.xml".
And the packages that the error message indicates are mostly stored in
Quote:
/usr/share/java


What can I do?
Do I just need to add
Quote:
/usr/share/java

to my environment's path?


Best Regards
JIA

Previous Topic:compiler creates generated fields/methods when class switches on enum
Next Topic:How to set a non normal application as JRE for Running in a Project
Goto Forum:
  


Current Time: Mon Mar 17 08:21:01 EDT 2025

Powered by FUDForum. Page generated in 0.02612 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top