[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Problem Opening Wizard

I created a wizard using the New File Wizard Template in a plug-in that i'm developing. However, when I launch a new workbench to test my wizard, i get an error dialog. The title of the dialog is "Problem Opening Wizard". The message says:

Reason:
Plug-in test was unable to load class test.TestWizard

I can't step in to debug anything either bc none of my classes get loaded in the first place. I am running linux with gtk and to get SWT to launch as an application from eclipse I needed to add an additional jar, swt-pi.jar. I suspect that has something to do with it bc I was getting similar error messages prior to adding that jar, but I have yet to find a solution. Any help would be appreciated, thanks.

Russ Zumwalt