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 38073 - Options for Java Libraries not saved
Summary: Options for Java Libraries not saved
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P4 blocker with 1 vote (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-12 23:52 UTC by ulibube
Modified: 2007-09-26 09:14 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 ulibube 2003-12-12 23:52:01 UTC
I am attempting to turn off the automatic 
inclusion of the NetBeans module jars in my 
classpath for debugging and execution of a 
particular project.

For example, I choose Tools|Options and go to 
IDE Configuration|System|Filesystems 
Settings|Java Libraries|java-api.jar. I 
configure this setting to be project specific by 
picking the "define here" item on the project 
level. Then I set "Use for Execution" and "Use 
for Debugger" to false (on the capabilities 
property sheet in 3.5.1). I run the debugger and 
everything works as expected, java-api.jar is 
not in the classpath.

However, the next time I start NetBeans 
everything is back to the defaults, java-api.jar 
is used for execution and debugger again, even 
though the setting still shows up as project-
level customized (except that the customization 
seems to be "no customization").

It's as if my project-level customization never 
got saved or loaded.

This problem occurs in both 3.5.1 and the latest 
3.6 QA build.
Comment 1 rmatous 2004-01-09 15:27:24 UTC
FileSystem impl.: LibraryArchive.java (see writeReplace).
Comment 2 Jan Becicka 2004-07-22 10:16:30 UTC
Fixed by new build system in promo-D