Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] CDT plugin help

Hello,

how about this: In the eclipse menu bar select Help -> Welcome. On the welcome screen select Tutorials and on the tutorials page Eclipse Plug-in Development.
The comment says it will teach you to create an eclipse plug-in that will open a message box, which  may be related to your problem of opening a wizard.

For more specific help you'll need to post more specific information about your environment and the sources you are working on.

Regards,


Norbert

-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von jarrs023
Gesendet: Dienstag, 28. Juni 2005 19:23
An: cdt-dev@xxxxxxxxxxx
Betreff: [cdt-dev] CDT plugin help

Hello,
I apologize in advance if this is not the correct mailing list to post
this type of question.
I need to create a "Managed Make C++ Project" plug-in that will
include everything needed for our project. One of my problems is that
I cannot load my plug-in/wizard. I get the error: "Plug-in
org.eclipse.myproject was unable to load class
org.eclipse.myproject.MyProjectCCProjectWizard"

So, I was wondering if there is any documentation and/or links and/or
forums where I can get some information about the creating of eclipse
plug-ins.

Any help would be greatly appreciated.
Thank you
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top