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 53871 - Platform not correctly set up
Summary: Platform not correctly set up
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-01-24 10:22 UTC by Milan Kubec
Modified: 2005-08-02 11:49 UTC (History)
0 users

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 Milan Kubec 2005-01-24 10:22:27 UTC
[dev-200501191900, JDK 1.5.0_02]

Sometimes happens to me that after changing
project properties and running build of the
project I got message "Platform is not correctly
setup". Until I open proj props again and hit OK I
cannot build the project. Cannot tell for sure
what's the cause, marking as RANDOM and setting
prio to P3. If I knew cause it'd be P2 at least.
Comment 1 Tomas Zezula 2005-01-26 14:38:22 UTC
I am not able to reproduce it, but since it is a RANDOM issue I am
letting it open for a while. If you are able to reproduce it, please
attach the project files before you opened the customizer.
Comment 2 Tomas Zezula 2005-02-15 08:29:10 UTC
It was probably related to wrong lazy initialization of platform combo
box model. Which was fixed:
http://java.netbeans.org/source/browse/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/PlatformUiSupport.java.diff?r1=1.2&r2=1.3
Comment 3 Milan Kubec 2005-08-02 11:49:58 UTC
Closing, I will file new issue when happen again.