cancel
Showing results for 
Search instead for 
Did you mean: 

PHPEclipse-Plugin and SAP NW Developer Studio

Former Member
0 Kudos

I have some trouble making the phpeclipse-plugin (http://phpeclipse.sourceforge.net) work with SAP NW Developer Studio 7.0 SP10. I extracted the plugin-files into the plugin-directory but the Studio won't start. The error messages from the .log-file are the following:

Command-line arguments: -os win32 -ws win32 -arch x86 -feature com.sap.java.ide C:\Programme\Java\jdk1.6.0\bin\javaw.exe

-Xmx512m

-Xms128m

-XX:PermSize=32m

-XX:MaxPermSize=128m

-DallUserDir='C:\Dokumente und Einstellungen\All Users\Anwendungsdaten'

-cp C:\Programme\SAP\IDE\IDE70\eclipse\SapStartup.jar com.sap.ide.eclipse.startup.Main

-os win32

-ws win32

-arch x86

-feature com.sap.java.ide

-showsplash C:\Programme\SAP\IDE\IDE70\eclipse\SapIde.exe -showsplash 600 -data C:\Dokumente und Einstellungen\ad\Documents\SAP\workspace -install file:C:/Programme/SAP/IDE/IDE70/eclipse/

!ENTRY org.eclipse.core.runtime 2 1 Mrz 01, 2007 09:30:49.818

!MESSAGE Problems encountered loading the plug-in registry.

!SUBENTRY 1 org.eclipse.core.runtime 2 1 Mrz 01, 2007 09:30:49.818

!MESSAGE Plug-in "net.sourceforge.phpeclipse.ui" was disabled due to missing or disabled prerequisite plug-in "org.eclipse.ui.ide".

!SUBENTRY 1 org.eclipse.core.runtime 2 1 Mrz 01, 2007 09:30:49.818

!MESSAGE Plug-in "net.sourceforge.phpeclipse.xml.ui" was disabled due to missing or disabled prerequisite plug-in "net.sourceforge.phpeclipse.ui".

!SUBENTRY 1 org.eclipse.core.runtime 2 1 Mrz 01, 2007 09:30:49.818

!MESSAGE Plug-in "net.sourceforge.phpdt.smarty.ui" was disabled due to missing or disabled prerequisite plug-in "net.sourceforge.phpeclipse.xml.ui".

!SUBENTRY 1 org.eclipse.core.runtime 2 1 Mrz 01, 2007 09:30:49.818

!MESSAGE Plug-in "net.sourceforge.phpeclipse.debug.ui" was disabled due to missing or disabled prerequisite plug-in "org.eclipse.ui.ide".

!SUBENTRY 1 org.eclipse.core.runtime 2 1 Mrz 01, 2007 09:30:49.818

!MESSAGE Plug-in "net.sourceforge.phpeclipse" was disabled due to missing or disabled prerequisite plug-in "org.eclipse.ui.console".

!SUBENTRY 1 org.eclipse.core.runtime 2 1 Mrz 01, 2007 09:30:49.818

!MESSAGE Plug-in "net.sourceforge.phpeclipse.phphelp" was disabled due to missing or disabled prerequisite plug-in "net.sourceforge.phpeclipse".

!SUBENTRY 1 org.eclipse.core.runtime 2 1 Mrz 01, 2007 09:30:49.818

!MESSAGE Unable to satisfy prerequisite constraint from "net.sourceforge.phpeclipse.debug.core" to "net.sourceforge.phpeclipse".

!SUBENTRY 1 org.eclipse.core.runtime 2 1 Mrz 01, 2007 09:30:49.818

!MESSAGE Plug-in "net.sourceforge.phpeclipse.externaltools" was disabled due to missing or disabled prerequisite plug-in "org.eclipse.ui.console".

!SUBENTRY 1 org.eclipse.core.runtime 2 1 Mrz 01, 2007 09:30:49.818

!MESSAGE Unable to satisfy prerequisite constraint from "net.sourceforge.phpeclipse.webbrowser" to "org.eclipse.core.resources".

!SUBENTRY 1 org.eclipse.core.runtime 2 1 Mrz 01, 2007 09:30:49.818

!MESSAGE Unable to satisfy prerequisite constraint from "net.sourceforge.phpeclipse.launching" to "net.sourceforge.phpeclipse".

With the "original" Eclipse IDE (http://www.eclipse.org) it just works smoothly. What's going wrong with SAP NW Developer Studio 7.0 SP10 ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Nigel_James
Active Contributor
0 Kudos

I would try to add the PHPEclipse through the update tool instead of just unpacking the zip into plug ins. There are instructions on how to do this at the phpeclipse.net site.

It looks like there is a dependency that is not met an so the NWDS is taking its bat and ball and going home. Loading via the updater should fix those dependencies.

<a href="http://phpeclipse.de/tiki-read_article.php?articleId=37&comzone=show">Install PHPEclipse</a>

Alternatively you could try the PHP IDE on offer at eclipse.org <a href="http://www.eclipse.org/pdt/">Php Developer Tools</a>

Hope this helps,

Nigel

[I realise this what Suresh said ]

Message was edited by: Nigel James

Former Member
0 Kudos

instead of copying the plugins directly try by installing it from the help menu and see if the same happens