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 58844 - Installer not complety well
Summary: Installer not complety well
Status: RESOLVED DUPLICATE of bug 49621
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: mslama
URL: http://www.tomvandervlugt.tk
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-12 19:57 UTC by tommetje
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 tommetje 2005-05-12 19:57:36 UTC
My system:

SuSE 9.3 Pro on an AMD64 in 64 bit mode
Java 2 SDK: 1.4.2_06 on SuSE DVD (For enterprise I'm somewhat conservative!!)

1. After installation the following bash script files ar not properly set for 
execution:
/install/platform5/lib/nbexec
/install/bin/netbeans

Solution: activated execute flag on both files! "/install/" must be 
substituted by the specified install directory. I have chosen 
for "/opt/netbeans-4.1".

2. I installed netbeans 4.1 under root, but the default install directory 
reads:

"/netbeans-4.1"

It should read: "/opt/netbeans-4.1/"
Comment 1 mslama 2005-05-13 08:36:38 UTC
It is known issue. It was alerady fixed in main trunk for NB 4.2. As workaround
you can either use zip distribution or use 32bit JDK to run installer. Use
-is:javahome <path to JDK> command line option and point to 32bit JDK.

*** This issue has been marked as a duplicate of 49621 ***
Comment 2 mslama 2005-05-13 08:39:19 UTC
I see you use JDK 1.4.2_X which is only 32bit. If this does not work then use
zip distribution. I tested with 32bit JDK 5.0_02 on RedHat EL 64bit and
installer worked fine.