|
|
Re: Configure "PHP Language library" [message #671649 is a reply to message #654889] |
Wed, 18 May 2011 10:57  |
Eclipse User |
|
|
|
Add "Crore API" to "PHP Language Library" in Eclipse PHP Project.
Solution:
0) Close Eclipse.
1) Go to project path.
2) Open ".buildpath" with text editor (gedit, VIM, notepad, etc).
3) Add next line after "<buildpath>" line:
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
Example:
Before:
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path="library"/>
<buildpathentry kind="src" path="public"/>
<buildpathentry kind="src" path="application"/>
</buildpath>
After:
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
<buildpathentry kind="src" path="library"/>
<buildpathentry kind="src" path="public"/>
<buildpathentry kind="src" path="application"/>
</buildpath>
4) Save file and exit!
5) Open Eclipse.
6) WORK!
|
|
|
Powered by
FUDForum. Page generated in 0.24538 seconds