Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始在 Mac OS X 10.7.5 上使用 NetBeans PHP 包,当我尝试打开一个项目PHP Application with existing source然后单击Browse源文件夹时,它在Application文件夹内没有显示任何内容。
PHP Application with existing source
Browse
Application
源文件夹在其中,Application/MAMP/htdocs/但我不知道为什么它没有出现在 NetBeans 中。
Application/MAMP/htdocs/
有没有人经历过这种情况?
我第一次在 OSX 上设置 Netbeans 时偶然发现了这个问题。NB 看不到 /Applications 的内容(这是 AMPPS 保留 /www 的地方),并且更改权限对我不起作用。
更简单的解决方案是在终端中创建一个符号链接:
ln -s /Applications/AMPPS/www /Users/Username/Documents/www
Netbeans 现在可以看到这个文件夹