Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Error in creating WizardPage!

Under your workspace directory there is a folder called .metadata with
a file called .log in it. Could you send us that log file? It should
contain a full stacktrace of the error. The best way to find your
workspace is to click File->Switch workspace... and copy the resulting
location.

Regards,
Leen

On 11/7/05, vidhya <vidhya@xxxxxxxxxxx> wrote:
> Hi Leen,
>
> My code is
> WizardNewProjectCreationPage page1 =
> newWizardNewProjectCreationPage("Grammar Page");
> Then in addPages I am adding this page
>
>                 super.addPages();
>                 page1.setTitle("project");
>                 page1.setDescription("Project Creation");
>
>
>                 this.addPage(page1);
> When I try to add this page , it throws the following error
>
> Unhandled event loop exception
> Reason:
> org/eclipse/core/resources/ResourcesPlugin
>
> If I instantiate a class which I have created by extending WizardPage
> Then it works fine.
>
>
>
>
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pde-dev
>


Back to the top