Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Mindmap example error
Mindmap example error [message #70510] Fri, 27 October 2006 00:55 Go to next message
Eclipse UserFriend
Originally posted by: agathay.yahoo.com

I follow the mindmap example from cheatsheet. Everything goes fine till the
last step 'Running the diagram'.

When I start a new Eclipse, I got below error messages. Will anyone know
what I am missing and how to fix? I use Eclipse 3.2 and download all the
plug-ins for EMF and GMF..

Attempt to activate a disabled plug-in: "org.eclipse.jdt.ui".
An exception stack trace is not available.

Could not create action delegate for id:
org.eclipse.jdt.internal.ui.actions.SurroundWithTemplateMenu Action
An exception stack trace is not available.

An error occurred while automatically activating bundle org.eclipse.jdt.ui
(202).
java.lang.ClassNotFoundException:
org.eclipse.jdt.internal.ui.actions.SurroundWithTemplateMenu Action
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:402)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:347)...

Thanks,
Agatha
Re: Mindmap example error [message #71201 is a reply to message #70510] Fri, 27 October 2006 23:21 Go to previous message
Eclipse UserFriend
Originally posted by: agathay.yahoo.com

I finally got mindmap to work, but I still do not know why this time the
org.eclipse.jdt.ui complain is gone!?

Here is what I do:
1. Delete all the generated codes, regenerate the model and edit code from
..genmodel.
2. Comment out all "assert" statements in the generated codes as they do not
work for 1.4 anymore, change the @generated command in front of the function
to @modified. Rerun it and this time it works.

Agatha

"Agatha" <agathay@yahoo.com> wrote in message
news:ehrleb$ukh$1@utils.eclipse.org...
>I follow the mindmap example from cheatsheet. Everything goes fine till the
>last step 'Running the diagram'.
>
> When I start a new Eclipse, I got below error messages. Will anyone know
> what I am missing and how to fix? I use Eclipse 3.2 and download all the
> plug-ins for EMF and GMF..
>
> Attempt to activate a disabled plug-in: "org.eclipse.jdt.ui".
> An exception stack trace is not available.
>
> Could not create action delegate for id:
> org.eclipse.jdt.internal.ui.actions.SurroundWithTemplateMenu Action
> An exception stack trace is not available.
>
> An error occurred while automatically activating bundle org.eclipse.jdt.ui
> (202).
> java.lang.ClassNotFoundException:
> org.eclipse.jdt.internal.ui.actions.SurroundWithTemplateMenu Action
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:402)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:347)...
>
> Thanks,
> Agatha
>
>
>
>
Previous Topic:Runtime: how to prevent reconnecting connections?
Next Topic:API to compose the figures in GMF?
Goto Forum:
  


Current Time: Fri Sep 27 03:59:49 GMT 2024

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

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

Back to the top