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 120569 - Netbeans uninstaller should be able to run without Java on the system
Summary: Netbeans uninstaller should be able to run without Java on the system
Status: NEW
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-31 01:11 UTC by samjennings
Modified: 2017-09-30 16:31 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description samjennings 2007-10-31 01:11:39 UTC
IDK if it's reproducible, but on my system the Netbeans uninstall does not complete if java has been uninstalled.
Comment 1 dlipin 2007-10-31 14:10:58 UTC
Of course, you can`t uninstall NetBeans with no Java on the system.
It is the core system requirement (both for installation and uninstallation).

http://www.netbeans.org/community/releases/60/install.html#requiredsoftware
Comment 2 samjennings 2007-10-31 23:22:44 UTC
That's not really an "of course" statement.  Java's a core requirement for running netbeans, but making it a core
requirement of the netbeans uninstaller could be problematic for users who have subsequently uninstalled java, since
Windows does absolutely nothing to remove netbeans [when running the netbeans uninstaller] once Java has been removed.

I think that making the installer/uninstaller java-dependent is a serious flaw.

Comment 3 dlipin 2007-11-01 12:23:51 UTC
Unfortunately it is. Installer is actually the usual Java application wrapped by exe (win) or sh (unix).
The possible solution is have the "bundled JRE" - that will be (and is) used in NetBeans + JDK bundle.
We would have the same bundle for NetBeans 6.0 in some time.

Due to the additional 13-24Mb (packed JRE size on different platforms) it is not included in standard NetBeans 
distributions that are available at bits.netbeans.org but can be added easily in the future.
Adding Trung, our architech, to the CC list.

If you don`t have Java you can do the manual cleaning:
http://nbi.netbeans.org/docs/faq.html#cleaning
Comment 4 Jiri Rechtacek 2012-10-07 12:58:59 UTC
Assigned to new owner.