Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 17:44
JIA Pei is currently offline JIA PeiFriend
Messages: 49
Registered: September 2009
Member


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: Thu Apr 25 01:05:44 GMT 2024

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

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

Back to the top