Are you looking for your Eclipse workspace Error Log ??
The error log can be accessed by the following ways
- For users with Eclipse 3.X and PDE installed : Window -> Show View -> Other -> PDE Runtime -> Error Log
- For users with Eclipse 3.4 : Window -> Show View -> General -> Error Log
- For every users : Help -> About Eclipse -> Configuration Details -> View Error Log
- For every users : the location of the file is : “workspaceLoaction/.metadata/.log”
September 22, 2008 at 7:25 pm |
[...] 3.4 Install.” I realized just how deep in trouble I got myself into when I discovered the Error Log feature in Eclipse. I kept seeing “Unable to satisfy dependency” messages for Ganymede. These [...]
March 31, 2009 at 12:20 pm |
thanks about the .log remark !
eclipse error log file:
java.io.FileNotFoundException: /opt/eclipse3.3/configuration/.settings/org.eclipse.ui.ide.prefs (Permission denied)
solve:
run eclipse with root permission
June 10, 2009 at 5:00 pm |
Thanks man!