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 59130 - [41cat] Registery not getting updated on install
Summary: [41cat] Registery not getting updated on install
Status: RESOLVED DUPLICATE of bug 47629
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-20 17:36 UTC by jerosser
Modified: 2005-09-05 10:00 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 jerosser 2005-05-20 17:36:03 UTC
[ BUILD # : 200505031930 ]
[ JDK VERSION : 1.5.0_02 ]

When installing NB4.1 the registry elements to
match file type (.java) to the app and app icons
are not getting set.  Every .java file should be
showning the Netbeans icon and double-clicking
should open the app.

This looks to be fairly recent (since beta),
previous versions of NB (3.6, 4.0) did not have
this problem.  Not certain that RC1 or RC2
properly set this but I think that the March/April
dailies did.
Comment 1 mslama 2005-05-31 13:44:19 UTC
.java file association with IDE is not set by installer. NB 3.6 installer did
it. But from NB 4.0 it was removed.

You can set file type association manually: You must use command
<PATH>\netbeans.exe --open "%1" for java file type (file with java extension).

*** This issue has been marked as a duplicate of 47629 ***