I am developing a web application in Java on my mac.
The web application will run on tomcat.
I have installed tomcat in /usr/local/apache-tomcat
.
When I try to set the tomcat runtime in Server->Runtime Environments
, I am not able to see the folder /usr/local
. how do I get eclipse to see the /usr/local/apache-tomcat
directory?
I am able to see /usr/local
when using the Go to Folder
option in Finder.
My guess is that you have your finder settings that hide hidden folders. It is possible to show them by following the instructions in this article.
The easiest way to do this is to type the following in your terminal:
If you type out the full name of the installation folder instead of using the finder, does it work?