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 13146 - Clean up Java module installer w.r.t. fastjavac installation
Summary: Clean up Java module installer w.r.t. fastjavac installation
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-24 11:12 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Suggested patch (5.62 KB, patch)
2001-06-24 11:13 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-06-24 11:12:36 UTC
It seems that fastjavac.jar is no more and that the fastjavac stuff is in an NBM
file. If so, then the Java module should do different stuff when upgrading;
probably just needs to ensure that execute permissions are OK on the fastjavac
binary. Providing (untested) patch for JavaModule.java which removes some
apparently dead code and should do the above as well.
Comment 1 Jesse Glick 2001-06-24 11:13:21 UTC
Created attachment 1713 [details]
Suggested patch
Comment 2 Svata Dedic 2001-06-28 15:12:56 UTC
Done in JavaModule 1.36
Comment 3 Jan Becicka 2002-04-12 16:18:54 UTC
VERIFIED