[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: Class Loader failing from PreferenceNode.createPage()
|
"Michael Megliola" <michael.megliola@xxxxxxxxx> wrote in message
news:eqqd0i$a76$1@xxxxxxxxxxxxxxxxxxxx
>
> I have made that mistake before... :)
>
> The plug-in loads and runs fine, the Error Log is clear, the problem
> occurs when I invoke code that attempts to display a PreferenceDialog.
And, is it definitely the case that the constructor of the pref page is not
getting called? (As opposed to getting called and then NPE'ing or
something.)
I'm just looking for anything beyond the obvious...