This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 102423 - When Netbeans is launched, a blank window is displayed.
Summary: When Netbeans is launched, a blank window is displayed.
Status: RESOLVED DUPLICATE of bug 86253
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: Other Linux
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-25 04:18 UTC by sradhakrishna
Modified: 2008-12-22 11:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sradhakrishna 2007-04-25 04:18:30 UTC
Hi,

Am using Ubuntu 7.04 and I have JRE 5.0 Netbeans installed. I also installed the
Netbeans' C++ pack, Mobility pack and the UML pack. 

However, when I launch the Netbeans IDE, I get a window that is entirely blank
and white - I do not see any controls on the IDE. But when I move the mouse over
the (visibly) blank window, the pointer gets changed indicating that there's a
link or a selection control at that point.

Any idea how to get this issue resolved??

Please do let me know.

Regards,
Radha.
Comment 1 Marian Mirilovic 2007-04-27 09:11:01 UTC
This is duplicate of issue 86253 (problems with  Xgl/Aiglx/Compiz)

Look at that issue, there some hints and probably it will work for you as well:

1. removed 2 lines from file 'netbeans-5.0/platform6/lib/nbexec'. 
 J2D_PIXMAPS=shared
 export J2D_PIXMAPS

2. AWT_TOOLKIT=MToolkit in the environment fixes this

3. see issue 86253 for more informations about needed libraries

*** This issue has been marked as a duplicate of 86253 ***