2013-04-08 58 views
1

我已經在Mac OSX 10.5.8上成功安裝Netbeans 6.0.1,但是當我嘗試啓動它時,它並沒有在系統中記錄這些日誌條目。日誌:Netbeans在MacOSX上無法啓動(命令未找到)

Apr 7 19:35:09 henrique-ordines-macbook [0x0-0x9c09c].NetBeans 6.0.1[53785]: /Applications/NetBeans/NetBeans 6.0.1.app/Contents/MacOS/netbeans: line 48: ls: command not found 
Apr 7 19:35:09 henrique-ordines-macbook [0x0-0x9c09c].NetBeans 6.0.1[53785]: /Applications/NetBeans/NetBeans 6.0.1.app/Contents/MacOS/netbeans: line 53: dirname: command not found 
Apr 7 19:35:09 henrique-ordines-macbook [0x0-0x9c09c].NetBeans 6.0.1[53785]: /Applications/NetBeans/NetBeans 6.0.1.app/Contents/MacOS/netbeans: line 57: dirname: command not found 
Apr 7 19:35:09 henrique-ordines-macbook [0x0-0x9c09c].NetBeans 6.0.1[53785]: Cannot read cluster file: /../etc/netbeans.clusters 
Apr 7 19:35:09 henrique-ordines-macbook com.apple.launchd[65] ([0x0-0x9c09c].NetBeans 6.0.1[53785]): Exited with exit code: 1 

我用磁盤工具修復權限,建議on this thread,但我仍然得到同樣的錯誤。

如果我以root用戶身份登錄,我可以毫無問題地啓動它。

我該如何解決這個問題?

回答

1

on this thread所述,「ls command not found」錯誤發生是因爲我的PATH環境變量已被破壞。對我來說,在這種情況下,uhem,無論如何,一旦你修復了這個變量,這部分/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin也可以在PATH變量中,Netbeans再次運行。