Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin.
After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin. [message #137903] Wed, 06 June 2007 21:33 Go to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
Hi,

I installed VE via the Callisto update site, when I try to create a new
Visual Class and enter the Class Name in the form, a message pops up at
the top of the form saying:

Plugin org.eclipse.ui is required. Must be added as a dependent plugin.


I cannot continue with creating the class then. Anyone had this before?


Thanks,
Felix
Re: After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin. [message #137915 is a reply to message #137903] Wed, 06 June 2007 23:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

This says you are trying to create a RCP class or your project is a
plugin project. If your project is a plugin project, then you need to
add org.eclipse.ui as a required plugin for the plugin. That is where
you will be getting SWT from. Without this then SWT is not available so
it can't create an SWT class.

Felix Dorner wrote:
> Hi,
>
> I installed VE via the Callisto update site, when I try to create a new
> Visual Class and enter the Class Name in the form, a message pops up at
> the top of the form saying:
>
> Plugin org.eclipse.ui is required. Must be added as a dependent plugin.
>
>
> I cannot continue with creating the class then. Anyone had this before?
>
>
> Thanks,
> Felix
Re: After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin. [message #137925 is a reply to message #137915] Thu, 07 June 2007 07:33 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
Rich Kulp escribió:
> This says you are trying to create a RCP class or your project is a
> plugin project. If your project is a plugin project, then you need to
> add org.eclipse.ui as a required plugin for the plugin. That is where
> you will be getting SWT from. Without this then SWT is not available so
> it can't create an SWT class.

Yes, actually it´s a plugin (EMF) project.. I forgot about that. Thank you.
Re: After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin. [message #137937 is a reply to message #137915] Thu, 07 June 2007 07:42 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
Hi,

now I can create a Visual Class, however when the VE View says "Loading"
and Progress View says "Create Remote VM for Visual Editor for Java" I
get the following Error Message: Could not find the Main Class. Program
will Exit. And Later: Error trying to set new file into editor.

Anything aboout this?
Re: After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin. [message #137948 is a reply to message #137937] Thu, 07 June 2007 07:50 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
The error described below does not occur in a "Java Project"

Felix Dorner escribió:
> now I can create a Visual Class, however when the VE View says "Loading"
> and Progress View says "Create Remote VM for Visual Editor for Java" I
> get the following Error Message: Could not find the Main Class. Program
> will Exit. And Later: Error trying to set new file into editor.
Re: After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin. [message #137959 is a reply to message #137948] Thu, 07 June 2007 13:25 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

That one's a toughie. Not sure. This probably means there was some
problem with the classpath and so certain required classes couldn't be
found.

See if there are any other errors like ClassDefNotFoundError in the .log.

Felix Dorner wrote:
> The error described below does not occur in a "Java Project"
>
> Felix Dorner escribió:
>> now I can create a Visual Class, however when the VE View says
>> "Loading" and Progress View says "Create Remote VM for Visual Editor
>> for Java" I get the following Error Message: Could not find the Main
>> Class. Program will Exit. And Later: Error trying to set new file into
>> editor.
Re: After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin. [message #615321 is a reply to message #137903] Wed, 06 June 2007 23:07 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

This says you are trying to create a RCP class or your project is a
plugin project. If your project is a plugin project, then you need to
add org.eclipse.ui as a required plugin for the plugin. That is where
you will be getting SWT from. Without this then SWT is not available so
it can't create an SWT class.

Felix Dorner wrote:
> Hi,
>
> I installed VE via the Callisto update site, when I try to create a new
> Visual Class and enter the Class Name in the form, a message pops up at
> the top of the form saying:
>
> Plugin org.eclipse.ui is required. Must be added as a dependent plugin.
>
>
> I cannot continue with creating the class then. Anyone had this before?
>
>
> Thanks,
> Felix
Re: After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin. [message #615323 is a reply to message #137915] Thu, 07 June 2007 07:33 Go to previous message
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
Rich Kulp escribió:
> This says you are trying to create a RCP class or your project is a
> plugin project. If your project is a plugin project, then you need to
> add org.eclipse.ui as a required plugin for the plugin. That is where
> you will be getting SWT from. Without this then SWT is not available so
> it can't create an SWT class.

Yes, actually it´s a plugin (EMF) project.. I forgot about that. Thank you.
Re: After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin. [message #615324 is a reply to message #137915] Thu, 07 June 2007 07:42 Go to previous message
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
Hi,

now I can create a Visual Class, however when the VE View says "Loading"
and Progress View says "Create Remote VM for Visual Editor for Java" I
get the following Error Message: Could not find the Main Class. Program
will Exit. And Later: Error trying to set new file into editor.

Anything aboout this?
Re: After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin. [message #615326 is a reply to message #137937] Thu, 07 June 2007 07:50 Go to previous message
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
The error described below does not occur in a "Java Project"

Felix Dorner escribió:
> now I can create a Visual Class, however when the VE View says "Loading"
> and Progress View says "Create Remote VM for Visual Editor for Java" I
> get the following Error Message: Could not find the Main Class. Program
> will Exit. And Later: Error trying to set new file into editor.
Re: After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin. [message #615328 is a reply to message #137948] Thu, 07 June 2007 13:25 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

That one's a toughie. Not sure. This probably means there was some
problem with the classpath and so certain required classes couldn't be
found.

See if there are any other errors like ClassDefNotFoundError in the .log.

Felix Dorner wrote:
> The error described below does not occur in a "Java Project"
>
> Felix Dorner escribió:
>> now I can create a Visual Class, however when the VE View says
>> "Loading" and Progress View says "Create Remote VM for Visual Editor
>> for Java" I get the following Error Message: Could not find the Main
>> Class. Program will Exit. And Later: Error trying to set new file into
>> editor.
Previous Topic:After Installation: Plugin org.eclipse.ui is required. Must be added as a dependent plugin.
Next Topic:VE missing from Eclipse
Goto Forum:
  


Current Time: Fri Apr 19 04:19:03 GMT 2024

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

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

Back to the top