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!

Could you send a StackTrace of the errot, and maybe the .log file as
well? That would help a lot in figuring out what goes wrong.
What you get a ClassNotFoundException, you should all jar libraries to
the runtime dependencies in the manifest.

Regards,

On 11/7/05, vidhya <vidhya@xxxxxxxxxxx> wrote:
>
>
>
> Hi All,
>
>
>
> I have a class which adds page to a wizard by instantiating
>
>     WizardNewProjectCreationPage().
>
>     When I add this page to the wizard it throws an error. This is an
> inbuilt
>
>     class.
>
>     If I try to add another page written using extending WizardPage then it
>
>     works fine.
>
>     My issue is I want to use the eclipse provided
> WizardNewProjectCreationPage
>
>     Class.
>
>     Any help on this asap
>
>     Thanks
>
>     Vidya
>
>
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pde-dev
>
>
>


Back to the top