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 42012

Summary: JavaPlatform should use jre/lib/ext/*.jar
Product: java Reporter: Tomas Zezula <tzezula>
Component: PlatformAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker CC: jag, jglick
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41535    

Description Tomas Zezula 2004-04-15 09:38:21 UTC
The JavaPlatform should return the files in the
jre/lib/ext folder either on the boot classpath or
as a new extension classpath.
Comment 1 Jesse Glick 2004-04-15 15:17:20 UTC
James, adding you to CC since you found this.

Visible effect of the bug: if you have some Java standard extension
(e.g.) in your extensions folder, you can compile against classes in
it without explicitly adding that JAR to your project classpath, but
the editor background parsing considers uses of these classes to be
errors. Presumably code completion also does not work on these
classes, etc.
Comment 2 jag 2004-04-15 17:36:46 UTC
The summary overspecifies the desired solution: jre/lib/ext/*.jar is a platform specific 
(Linux/Solaris) path.  It should also work for windows and OS X.  OS X is a little dicey 
because they have 3 places where extensions can be installed:
 ~/Library/Java/Extensions - private (per-user) extensions
 /Library/Java/Extensions - system-wide (all users) extensions for all JDK versions
 /System/Library/Java/Extensions - a second place for system-wide extensions for all 
versions
 
The intent seems to be that Apple puts extensions in /System/..., system administrators 
use /Library/..., and users use ~/Library/...
Comment 3 Tomas Zezula 2004-04-15 17:56:52 UTC
It will use the jvm java.ext.dirs property. I hope that this property
contains paths to all these directories.
Comment 4 Tomas Zezula 2004-05-05 14:38:22 UTC
Fixed.
Comment 5 Jesse Glick 2004-05-05 19:04:03 UTC
BTW next time please paste the cvs commit output into the bug report
for the record.