Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PDT RSE org.eclipse.php.core.LANGUAGE(org.eclipse.php.core.LANGUAGE)
PDT RSE org.eclipse.php.core.LANGUAGE [message #991467] Wed, 19 December 2012 11:11 Go to next message
Dimitar Natskin is currently offline Dimitar NatskinFriend
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>


index.php/fa/12742/0/

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

index.php/fa/12744/0/

[Updated on: Wed, 19 December 2012 13:52]

Report message to a moderator

Re: PDT RSE org.eclipse.php.core.LANGUAGE [message #991752 is a reply to message #991467] Thu, 20 December 2012 05:38 Go to previous messageGo to next message
Toshihiro Izumi is currently offline Toshihiro IzumiFriend
Messages: 360
Registered: July 2009
Location: Japan
Senior Member
FYI,
How to setup Eclipse with PHP PDT, Remote System Explorer, Theme Manager, and Drupal Plugins | Patrick J Waters
and
Eclipse Community Forums: PDT ≫ Eclipse php core LANGUAGE unbound
Re: PDT RSE org.eclipse.php.core.LANGUAGE [message #991855 is a reply to message #991752] Thu, 20 December 2012 11:04 Go to previous message
Dimitar Natskin is currently offline Dimitar NatskinFriend
Messages: 2
Registered: December 2012
Junior Member
Hi, thanks for reply.
BUT before my post i met these articles with no success Sad
Previous Topic:Eclipse PHP Development Tools (PDT) 3.1.1 released!
Next Topic:Black screen flashes
Goto Forum:
  


Current Time: Thu Apr 25 09:02:29 GMT 2024

Powered by FUDForum. Page generated in 0.03096 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top