I understand this is not Java related, but since a lot of Java Developers out there use Netbeans as their IDE. I figured that I'll get help here easier.
Anyways, I downloaded Netbeans 7 (the full version), and tried installing it on Windows 7. The installer starts, and right after you accept the licencing agreement for JUnit and click the 'next' button, the installer stops and a file gets created in the same directory as the .exe for Netbeans that I launched.
The file is called 'hs_err_pid2156'... Bellow is some of the content of the file, but if you need to see more, just shout and I'll post the entire document.
------------------------------------------------------------------------------
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7591a86c, pid=2156, tid=3808
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode, sharing)
# Problematic frame:
# C [SHLWAPI.dll+0x1a86c]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
------------------------------------------------------------------------------
What is this and why does the installer just bomb out all of a sudden??
I also tried installing Netbeans 6.9 but the same thing happens. So I'm guessing that this is probably a Java problem rather than a Netbeans problem...