[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: nullpointer on the first start of product
|
hi,
"Joachim Schreibmaier" <joachim82@xxxxxxxx>wrote:
> when I start my exported product the first time I sometimes get a
> Nullpointer-exception. This excpetion is thrown in the finally block of
> the following method in my application-class:
I found out, that the exception is thrown in the initialization of a of a
Swing component.
Frame frame = (Frame) SWT_AWT.new_Frame(comp);
why it makes no problems on linux and windows, but on MAC?
there is jdk 1.5.0 installed and also the runtime environment is 1.5
--
Joachim