Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » creating a new project wizard
creating a new project wizard [message #205698] Wed, 18 April 2007 12:36 Go to next message
Eclipse UserFriend
Originally posted by: me.you.com

I'm trying to create a New Project Wizard for my eclipse plugin.
I found some example source code that uses:
org.eclipse.ui.dialogs.WizardNewProjectCreationPage

The problem is I can't use that class, it is not listed in
org.eclipse.ui.dialogs

Was that class removed or am I missing something?
Re: creating a new project wizard [message #205705 is a reply to message #205698] Wed, 18 April 2007 13:08 Go to previous message
Eclipse UserFriend
Originally posted by: me.you.com

OK I added org.eclipse.ui.dialogs to "Imported Packages" in plugin.xml,
and now the class is resolved.

I would have found that earlier but for some reason org.eclipse.ui.dialogs
cannot be found under "Requiered Plug-ins" in Dependencies. But it is
under "Imported Packages". Don't know what's the difference...
Previous Topic:How can I add a help page for my plugin
Next Topic:Quick question about output fonts
Goto Forum:
  


Current Time: Sat Apr 27 03:31:44 GMT 2024

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

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

Back to the top