[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Wizards

Hi Ludwig,

you have to add the dependency to your other code in the MANIFEST.MF to make this code usable to your plug-in.

This might be helpful to get started: http://www.vogella.de/articles/RichClientPlatform/article.htm

It contains an example for a wizard and also and an explaination how to use external libraries. The articles talks about RCP applications but the principals are the same for plug-in development.

Best regards, Lars


Ludwig Moser wrote:
i now added " -consoleLog" to the arguments, now i get an exception!

java.lang.NoClassDefFoundError: tt/at/lumo/net/Net

this is an import of another project
as its not found i guess its not copied when compiled to the bin...
how can i fix this (to import the bin of another project?)

thanks in advance