Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » can WTP1.0M3 work on Eclipse-SDK 3.0.1?
can WTP1.0M3 work on Eclipse-SDK 3.0.1? [message #77869] Mon, 28 February 2005 02:06 Go to next message
zhang jiyong is currently offline zhang jiyongFriend
Messages: 1
Registered: July 2009
Junior Member
hi everyone,
I've installed wtp 1.0M3 on eclipse 3.0.1, but I saw lots of error box.
My question is :
===========================================================
Does WTP 1.0M3 only work on Eclipse 3.1M5a platform?
===========================================================

This is one part of the eclise log file:

---------------------------------------
!ENTRY org.eclipse.core.runtime 4 2 2 28, 2005 09:14:59.93
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 0
java.lang.NoSuchMethodError:
org.eclipse.core.runtime.IConfigurationElement.getNamespace( )Ljava/lang/String;
at
org.eclipse.wst.common.dependencychecker.CheckMissingFiles.g etMissingFiles(CheckMissingFiles.java:87)
at
org.eclipse.wst.common.dependencychecker.CheckMissingFiles.e arlyStartup(CheckMissingFiles.java:45)
at
org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup (EarlyStartupRunnable.java:81)
at
org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartu pRunnable.java:61)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:616)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1283 )
at java.lang.Thread.run(Unknown Source)

!ENTRY org.eclipse.ui 4 4 2 28, 2005 09:14:59.93
!MESSAGE Unhandled Exception

!ENTRY org.eclipse.wst.common.dependencychecker 4 0 2 28, 2005 09:14:59.109
!MESSAGE Unable to execute early startup code for an extension
!STACK 0
java.lang.NoSuchMethodError:
org.eclipse.core.runtime.IConfigurationElement.getNamespace( )Ljava/lang/String;
at
org.eclipse.wst.common.dependencychecker.CheckMissingFiles.g etMissingFiles(CheckMissingFiles.java:87)
at
org.eclipse.wst.common.dependencychecker.CheckMissingFiles.e arlyStartup(CheckMissingFiles.java:45)
at
org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup (EarlyStartupRunnable.java:81)
at
org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartu pRunnable.java:61)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:616)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1283 )
at java.lang.Thread.run(Unknown Source)
----------------------------------------------

thanks in advance!
Re: can WTP1.0M3 work on Eclipse-SDK 3.0.1? [message #77901 is a reply to message #77869] Mon, 28 February 2005 03:44 Go to previous messageGo to next message
Vijay Bhadriraju is currently offline Vijay BhadrirajuFriend
Messages: 67
Registered: July 2009
Member
webster wrote:
> hi everyone,
> I've installed wtp 1.0M3 on eclipse 3.0.1, but I saw lots of error box.
> My question is :
> =========================================================== Does WTP
> 1.0M3 only work on Eclipse 3.1M5a platform?
> ===========================================================
> This is one part of the eclise log file:
>
> ---------------------------------------
> !ENTRY org.eclipse.core.runtime 4 2 2 28, 2005 09:14:59.93
> !MESSAGE Problems occurred when invoking code from plug-in:
> "org.eclipse.core.runtime".
> !STACK 0
> java.lang.NoSuchMethodError:
> org.eclipse.core.runtime.IConfigurationElement.getNamespace( )Ljava/lang/String;
>
> at
> org.eclipse.wst.common.dependencychecker.CheckMissingFiles.g etMissingFiles(CheckMissingFiles.java:87)
>
> at
> org.eclipse.wst.common.dependencychecker.CheckMissingFiles.e arlyStartup(CheckMissingFiles.java:45)
>
> at
> org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup (EarlyStartupRunnable.java:81)
>
> at
> org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartu pRunnable.java:61)
>
> at
> org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:616)
>
> at org.eclipse.core.runtime.Platform.run(Platform.java:747)
> at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1283 )
> at java.lang.Thread.run(Unknown Source)
>
> !ENTRY org.eclipse.ui 4 4 2 28, 2005 09:14:59.93
> !MESSAGE Unhandled Exception
>
> !ENTRY org.eclipse.wst.common.dependencychecker 4 0 2 28, 2005 09:14:59.109
> !MESSAGE Unable to execute early startup code for an extension
> !STACK 0
> java.lang.NoSuchMethodError:
> org.eclipse.core.runtime.IConfigurationElement.getNamespace( )Ljava/lang/String;
>
> at
> org.eclipse.wst.common.dependencychecker.CheckMissingFiles.g etMissingFiles(CheckMissingFiles.java:87)
>
> at
> org.eclipse.wst.common.dependencychecker.CheckMissingFiles.e arlyStartup(CheckMissingFiles.java:45)
>
> at
> org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup (EarlyStartupRunnable.java:81)
>
> at
> org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartu pRunnable.java:61)
>
> at
> org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:616)
>
> at org.eclipse.core.runtime.Platform.run(Platform.java:747)
> at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1283 )
> at java.lang.Thread.run(Unknown Source)
> ----------------------------------------------
>
> thanks in advance!
>


Yes, WTP 1.0 M3 works only on Eclipse 3.1M5a platform.

- Vijay
Re: can WTP1.0M3 work on Eclipse-SDK 3.0.1? [message #78243 is a reply to message #77869] Mon, 28 February 2005 15:37 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4495
Registered: July 2009
Senior Member

webster wrote:
> I've installed wtp 1.0M3 on eclipse 3.0.1, but I saw lots of error box.
> My question is :
> ===========================================================
> Does WTP 1.0M3 only work on Eclipse 3.1M5a platform?
> ===========================================================

Yes, it was designed for and only tested with Eclipse 3.1M5a (and
whatever else is posted on the download page).


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Error copying M3 files to plugins folder
Next Topic:tab character (M3)
Goto Forum:
  


Current Time: Sat Oct 19 10:03:57 GMT 2024

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

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

Back to the top