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 157287

Summary: Startup message
Product: java Reporter: Vince Kraemer <vkraemer>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: blocker CC: jtulach
Priority: P4 Keywords: ERGONOMICS
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vince Kraemer 2009-01-22 03:36:44 UTC
Cannot create library: javac-api of unknown type: j2se

I also see a similar for messages for jaxb, MySQLDriver, PostgressSQLDriver at start up.
Comment 1 Vince Kraemer 2009-01-22 03:41:22 UTC
this may be related to issue 156658... If there is link between the this and 156658, please let me know.
Comment 2 Vince Kraemer 2009-01-23 21:52:48 UTC
I was able to reproduce this with a recently pulled build.

I was able to make these messages 'go away' by removing the ergonomics code (by right-click 'Clean' on the project) from
the built IDE.
Comment 3 Jaroslav Tulach 2009-01-24 09:28:30 UTC
This message appears because ide cluster has runtime dependencies on java cluster which is not enabled. E.g. it 
registers java libraries which are only handled when the java cluster is enabled. The message is correct and harmless 
(lowering priority). The behaviour is OK, as soon as you enable Java cluster: as such I suggest "won't fix".