When we install the plug-in, sometimes the plug-in version conflicts with the eclipse version or other causes make eclipse unable to run. At this time, we need to find out where the error is, in eclipse, errors are stored in a specific log file. Where is the log file stored?
WWW ~ Phperz ~ Com
The following methods are available:
(1) WINDOW> display View> other... > Apsaradb for RDS running> Error LogPHPProgramMember home
A series of logs are displayed. For example, my log information is shown as follows:
Cocould not install bundle lomboz/Eclipse/plugins/org. Eclipse. EMF. ecore. SDO. editor_2.1.0.jar
Bundle "org. Eclipse. EMF. ecore. SDO. Editor" version "2.1.0" has already been installed from:
Update @ ../myeclipse/Eclipse/plugins/org. Eclipse. EMF. ecore. SDO. editor_2.1.0/
PHP programmer site
(2) Help> about eclipse SDK> configuration details> View error logs
(3) Search for the specified file
Find the workspace You specified->. Metadata->. LogPhperz.com
(4) use eclipse startup parametersPhperz ~ Com
-Consolelog: mirrors the error logs of the eclipse platform to the console for running eclipse. (It is easy to use when combined with-Debug. -Debug [optionsfile])
Place the platform in the debugging mode and load debugging options (if specified) from the file at the given location ). This file indicates which debugging points can be used for plug-ins and whether they are enabled.
If no file location is provided, the platform searches for a file named ". Options" in the directory where eclipse is started. The URL and file system path can be used as the file location. )
PHP programmer site
When eclipse is started, the error log is displayed in the shell/command window.