Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Open with Visual Editor fails
Open with Visual Editor fails [message #115706] Tue, 24 January 2006 16:14 Go to next message
Eclipse UserFriend
Originally posted by: amit.kapila.jpmchase.com

Hi,
When I select Open with -> Visual Editor I see the following error:

Unable to create this part due to an internal error. Reason for the
failure: The editor class could not be instantiated. This usually
indicates that the editor's class name was mistyped in plugin.xml.

Details:
java.lang.ClassNotFoundException:
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java(Compiled
Code))
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java(Compiled
Code))
at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader. loadClass(AbstractClassLoader.java(Compiled
Code))
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:275)
at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:227)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java:1259)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:152)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:142)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:129)
at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 48)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugi n.java:240)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:236)
at
org.eclipse.ui.internal.registry.EditorDescriptor.createEdit or(EditorDescriptor.java:252)
at
org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:837)
at
org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:543)
at
org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:365)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java(Compiled
Code))
at
org.eclipse.ui.internal.EditorReference.getEditor(EditorRefe rence.java:214)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java:2325)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2258)
at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage .java:2250)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.ja va:2236)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2231)
at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu. java:279)
at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.ja va:271)
at
org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMe nu.java:178)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled
Code))
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled
Code))
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va(Compiled
Code))
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled
Code))
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a(Compiled
Code))
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:85)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:58)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)


I have just installed the VE-runtime-1.1. It seemed to install ok

Any help appreciated,
Amit
Re: Open with Visual Editor fails [message #115721 is a reply to message #115706] Tue, 24 January 2006 16:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

What version of Eclipse, EMF, and GEF do you have installed. VE 1.1
works only with Eclipse 3.1.x, EMF 2.1.x, and GEF 3.1.x.

Also, after you get it installed correctly run the update manager to
update your configuration. That way you will get the latest VE 1.1
fixes. Assuming you are staying at Eclipse 3.1.x

Thanks,
Rich Kulp
Re: Open with Visual Editor fails [message #115747 is a reply to message #115706] Tue, 24 January 2006 18:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ian.ianbull.com

I have the exact same error on Linux

(Actually I am getting a NoClassDefFoundError) on the same class. I
have Eclipse 3.2M4, EMF 2.2.0M4 and GEF 3.2M4 (The ones linked to by the
VE Download page). I actually created a new directory, D/L all these
components, unzipped eclipse, unzipped GEF, unzipped EMF and unzipped
the VE (since they all have an eclipse directory this works well). Then
I cd eclipse, and ./eclipse.

I could create a VisualClass, but when I go to launch the editor nothing
shows up (the tab is there) but no contents.

I first time this happens I get a

java.lang.NoSuchFieldError: IS_ECLIPSE_RUNNING
at
org.eclipse.ve.internal.cde.decorators.impl.DecoratorsPackag eImpl.init(DecoratorsPackageImpl.java:120)
at
org.eclipse.ve.internal.cde.decorators.DecoratorsPackage.<clinit >(DecoratorsPackage.java:862)

and after that I get


java.lang.NoClassDefFoundError
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.init(JavaVisualEditorPart.java:228)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:784)

The GEF, EMF and VE plugins all seem to be loaded. Since this is a
fresh install, there are no old plugins lying around.

Cheers,
Ian


Amit Kapila wrote:
> Hi,
> When I select Open with -> Visual Editor I see the following error:
>
> Unable to create this part due to an internal error. Reason for the
> failure: The editor class could not be instantiated. This usually
> indicates that the editor's class name was mistyped in plugin.xml.
>
> Details:
> java.lang.ClassNotFoundException:
> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java(Compiled
> Code))
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java(Compiled
> Code))
> at
> org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader. loadClass(AbstractClassLoader.java(Compiled
> Code))
> at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:275)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:227)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java:1259)
>
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:152)
>
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:142)
>
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:129)
>
> at
> org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 48)
>
> at
> org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugi n.java:240)
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at
> org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:236)
>
> at
> org.eclipse.ui.internal.registry.EditorDescriptor.createEdit or(EditorDescriptor.java:252)
>
> at
> org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:837)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:543)
>
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:365)
>
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java(Compiled
> Code))
> at
> org.eclipse.ui.internal.EditorReference.getEditor(EditorRefe rence.java:214)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java:2325)
>
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2258)
>
> at
> org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage .java:2250)
> at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.ja va:2236)
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2231)
> at
> org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu. java:279)
> at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.ja va:271)
> at
> org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMe nu.java:178)
> at
> org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled
> Code))
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined
> Compiled Code))
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va(Compiled
> Code))
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled
> Code))
> at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a(Compiled
> Code))
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:85)
>
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:58)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:60)
>
> at java.lang.reflect.Method.invoke(Method.java:391)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
>
>
> I have just installed the VE-runtime-1.1. It seemed to install ok
>
> Any help appreciated,
> Amit
>
Re: Open with Visual Editor fails [message #115759 is a reply to message #115747] Tue, 24 January 2006 18:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

I don't know what is going on. It is acting like pieces of code are not
installed for you on Linux. We haven't seen that. I presume you are
using VE 1.2M1 because that is the only one that points to the listed
versions of EMF, GEF, and Eclipse that you gave.

The only thing I can suggest is to try ./eclipse -clean once and see if
that helps.
--
Thanks,
Rich Kulp
Re: Open with Visual Editor fails [message #115797 is a reply to message #115759] Tue, 24 January 2006 20:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ian.ianbull.com

The IS_ECLIPSE_RUNNING problem is strange. I looked through the
hierarchy for EMF and there is no IS_ECLIPSE_RUNNING field in
EcorePlugin or EMFPlugin.

Do you see this in your hierarchy?

- ian
Rich Kulp wrote:
> I don't know what is going on. It is acting like pieces of code are not
> installed for you on Linux. We haven't seen that. I presume you are
> using VE 1.2M1 because that is the only one that points to the listed
> versions of EMF, GEF, and Eclipse that you gave.
>
> The only thing I can suggest is to try ./eclipse -clean once and see if
> that helps.
Re: Open with Visual Editor fails [message #115809 is a reply to message #115797] Tue, 24 January 2006 20:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ian.ianbull.com

And the class it can't find is the
JCMPackage
in
package org.eclipse.ve.internal.jcm;



- ian

Ian Bull wrote:
> The IS_ECLIPSE_RUNNING problem is strange. I looked through the
> hierarchy for EMF and there is no IS_ECLIPSE_RUNNING field in
> EcorePlugin or EMFPlugin.
>
> Do you see this in your hierarchy?
>
> - ian
> Rich Kulp wrote:
>> I don't know what is going on. It is acting like pieces of code are
>> not installed for you on Linux. We haven't seen that. I presume you
>> are using VE 1.2M1 because that is the only one that points to the
>> listed versions of EMF, GEF, and Eclipse that you gave.
>>
>> The only thing I can suggest is to try ./eclipse -clean once and see
>> if that helps.
Re: Open with Visual Editor fails [message #115822 is a reply to message #115809] Tue, 24 January 2006 21:06 Go to previous message
Eclipse UserFriend
Originally posted by: ian.ianbull.com

no worries.. It looks like my EMF version is not right. Not sure if
there is a broken link or if I had a cached version of EMF lying around.
I am going to start from scratch 1 more time.

Thanks,
Ian

Ian Bull wrote:
> And the class it can't find is the
> JCMPackage
> in
> package org.eclipse.ve.internal.jcm;
>
>
>
> - ian
>
> Ian Bull wrote:
>> The IS_ECLIPSE_RUNNING problem is strange. I looked through the
>> hierarchy for EMF and there is no IS_ECLIPSE_RUNNING field in
>> EcorePlugin or EMFPlugin.
>>
>> Do you see this in your hierarchy?
>>
>> - ian
>> Rich Kulp wrote:
>>> I don't know what is going on. It is acting like pieces of code are
>>> not installed for you on Linux. We haven't seen that. I presume you
>>> are using VE 1.2M1 because that is the only one that points to the
>>> listed versions of EMF, GEF, and Eclipse that you gave.
>>>
>>> The only thing I can suggest is to try ./eclipse -clean once and see
>>> if that helps.
Re: Open with Visual Editor fails [message #611816 is a reply to message #115706] Tue, 24 January 2006 16:25 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

What version of Eclipse, EMF, and GEF do you have installed. VE 1.1
works only with Eclipse 3.1.x, EMF 2.1.x, and GEF 3.1.x.

Also, after you get it installed correctly run the update manager to
update your configuration. That way you will get the latest VE 1.1
fixes. Assuming you are staying at Eclipse 3.1.x

Thanks,
Rich Kulp
Re: Open with Visual Editor fails [message #611818 is a reply to message #115706] Tue, 24 January 2006 18:15 Go to previous message
Ian Bull is currently offline Ian BullFriend
Messages: 145
Registered: July 2009
Senior Member
I have the exact same error on Linux

(Actually I am getting a NoClassDefFoundError) on the same class. I
have Eclipse 3.2M4, EMF 2.2.0M4 and GEF 3.2M4 (The ones linked to by the
VE Download page). I actually created a new directory, D/L all these
components, unzipped eclipse, unzipped GEF, unzipped EMF and unzipped
the VE (since they all have an eclipse directory this works well). Then
I cd eclipse, and ./eclipse.

I could create a VisualClass, but when I go to launch the editor nothing
shows up (the tab is there) but no contents.

I first time this happens I get a

java.lang.NoSuchFieldError: IS_ECLIPSE_RUNNING
at
org.eclipse.ve.internal.cde.decorators.impl.DecoratorsPackag eImpl.init(DecoratorsPackageImpl.java:120)
at
org.eclipse.ve.internal.cde.decorators.DecoratorsPackage.<clinit >(DecoratorsPackage.java:862)

and after that I get


java.lang.NoClassDefFoundError
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.init(JavaVisualEditorPart.java:228)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:784)

The GEF, EMF and VE plugins all seem to be loaded. Since this is a
fresh install, there are no old plugins lying around.

Cheers,
Ian


Amit Kapila wrote:
> Hi,
> When I select Open with -> Visual Editor I see the following error:
>
> Unable to create this part due to an internal error. Reason for the
> failure: The editor class could not be instantiated. This usually
> indicates that the editor's class name was mistyped in plugin.xml.
>
> Details:
> java.lang.ClassNotFoundException:
> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java(Compiled
> Code))
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java(Compiled
> Code))
> at
> org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader. loadClass(AbstractClassLoader.java(Compiled
> Code))
> at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:275)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:227)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java:1259)
>
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:152)
>
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:142)
>
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:129)
>
> at
> org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 48)
>
> at
> org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugi n.java:240)
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at
> org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:236)
>
> at
> org.eclipse.ui.internal.registry.EditorDescriptor.createEdit or(EditorDescriptor.java:252)
>
> at
> org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:837)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:543)
>
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:365)
>
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java(Compiled
> Code))
> at
> org.eclipse.ui.internal.EditorReference.getEditor(EditorRefe rence.java:214)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java:2325)
>
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2258)
>
> at
> org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage .java:2250)
> at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.ja va:2236)
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2231)
> at
> org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu. java:279)
> at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.ja va:271)
> at
> org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMe nu.java:178)
> at
> org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled
> Code))
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined
> Compiled Code))
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va(Compiled
> Code))
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled
> Code))
> at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a(Compiled
> Code))
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:85)
>
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:58)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:60)
>
> at java.lang.reflect.Method.invoke(Method.java:391)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
>
>
> I have just installed the VE-runtime-1.1. It seemed to install ok
>
> Any help appreciated,
> Amit
>
Re: Open with Visual Editor fails [message #611819 is a reply to message #115747] Tue, 24 January 2006 18:40 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

I don't know what is going on. It is acting like pieces of code are not
installed for you on Linux. We haven't seen that. I presume you are
using VE 1.2M1 because that is the only one that points to the listed
versions of EMF, GEF, and Eclipse that you gave.

The only thing I can suggest is to try ./eclipse -clean once and see if
that helps.
--
Thanks,
Rich Kulp
Re: Open with Visual Editor fails [message #611822 is a reply to message #115759] Tue, 24 January 2006 20:29 Go to previous message
Ian Bull is currently offline Ian BullFriend
Messages: 145
Registered: July 2009
Senior Member
The IS_ECLIPSE_RUNNING problem is strange. I looked through the
hierarchy for EMF and there is no IS_ECLIPSE_RUNNING field in
EcorePlugin or EMFPlugin.

Do you see this in your hierarchy?

- ian
Rich Kulp wrote:
> I don't know what is going on. It is acting like pieces of code are not
> installed for you on Linux. We haven't seen that. I presume you are
> using VE 1.2M1 because that is the only one that points to the listed
> versions of EMF, GEF, and Eclipse that you gave.
>
> The only thing I can suggest is to try ./eclipse -clean once and see if
> that helps.
Re: Open with Visual Editor fails [message #611823 is a reply to message #115797] Tue, 24 January 2006 20:44 Go to previous message
Ian Bull is currently offline Ian BullFriend
Messages: 145
Registered: July 2009
Senior Member
And the class it can't find is the
JCMPackage
in
package org.eclipse.ve.internal.jcm;



- ian

Ian Bull wrote:
> The IS_ECLIPSE_RUNNING problem is strange. I looked through the
> hierarchy for EMF and there is no IS_ECLIPSE_RUNNING field in
> EcorePlugin or EMFPlugin.
>
> Do you see this in your hierarchy?
>
> - ian
> Rich Kulp wrote:
>> I don't know what is going on. It is acting like pieces of code are
>> not installed for you on Linux. We haven't seen that. I presume you
>> are using VE 1.2M1 because that is the only one that points to the
>> listed versions of EMF, GEF, and Eclipse that you gave.
>>
>> The only thing I can suggest is to try ./eclipse -clean once and see
>> if that helps.
Re: Open with Visual Editor fails [message #611824 is a reply to message #115809] Tue, 24 January 2006 21:06 Go to previous message
Ian Bull is currently offline Ian BullFriend
Messages: 145
Registered: July 2009
Senior Member
no worries.. It looks like my EMF version is not right. Not sure if
there is a broken link or if I had a cached version of EMF lying around.
I am going to start from scratch 1 more time.

Thanks,
Ian

Ian Bull wrote:
> And the class it can't find is the
> JCMPackage
> in
> package org.eclipse.ve.internal.jcm;
>
>
>
> - ian
>
> Ian Bull wrote:
>> The IS_ECLIPSE_RUNNING problem is strange. I looked through the
>> hierarchy for EMF and there is no IS_ECLIPSE_RUNNING field in
>> EcorePlugin or EMFPlugin.
>>
>> Do you see this in your hierarchy?
>>
>> - ian
>> Rich Kulp wrote:
>>> I don't know what is going on. It is acting like pieces of code are
>>> not installed for you on Linux. We haven't seen that. I presume you
>>> are using VE 1.2M1 because that is the only one that points to the
>>> listed versions of EMF, GEF, and Eclipse that you gave.
>>>
>>> The only thing I can suggest is to try ./eclipse -clean once and see
>>> if that helps.
Previous Topic:How to insert a menu by VE
Next Topic:How to insert a menu by VE
Goto Forum:
  


Current Time: Sun Jun 16 17:58:56 GMT 2024

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

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

Back to the top