[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] Re: Eclipse IDE, MacOS, /usr directory

Roman wrote:
I am writing Java Web Apps using Eclipse IDE. I am trying to add Tomcat Server libraries to my project, but Tomcat is installed under /usr/local and Eclipse doesn't allow me to search directories on the root. How can I change that?

Eclipse doesn't restrict you to search in those directories, its the Finder. Do you find those directories in Finder?


As a workaround you can edit the .classpath file and add an entry like this: <classpathentry kind="lib" path="/usr/local/<path to your jar>"/>

But why do you want to put it under /usr/local? That isn't a Mac OS way of doing things?

 - Prakash

---
http://blog.eclipse-tips.com