| PDT RSE org.eclipse.php.core.LANGUAGE [message #991467] |
Wed, 19 December 2012 06:11  |
Dimitar Natskin Messages: 2 Registered: December 2012 |
Junior Member |
|
|
Hi all,
I am new at Eclipse and now i stuck. Need some help, please.
Here is my problem:
I am trying to set up PDT with RSE. Connecting to ftp serves and locating the project is fine. Then in RSE space i make "Create Remote Project" from folder of my project. It is build and placed in PHP Explorer. Then i "Add PHP Support". Auto complete of my classes, function, methods if just perfect even class->class->method. At this point everything is just perfect and all is fine.
BUT i don't have CORE API in PHP Language Library. The problem is that Eclipse is trying to find org.eclipse.php.core.LANGUAGE of remote server.
In the picture you can see console output.
The question is how to setup PDT with RSE and to be able to define org.eclipse.php.core.LANGUAGE path? Not Eclipse to try to CWD C:/xampp/...
How to setup PDT RSE to work properly?
In some tutorials i saw that must to make RemoteSystemsTempFiles, but mine Eclipse new project windows tells me every time Exists...
Here is .project and .buildpath
.project
<projectDescription>
<name>[project name like ip_FolderName]</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.dltk.core.scriptbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.php.core.PHPNature</nature>
</natures>
</projectDescription>
.buildpath
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
</buildpath>

I forgot to mention that when i include nature org.eclipse.wst.jsdt.core.jsNature WORKS!

[Updated on: Wed, 19 December 2012 08:52] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01494 seconds