Problem installing Netbeans 3.6 Bundle on Solaris 10

Hi,

I am trying to install Netbeans 3.6 bundle obtained from Sun. After downloaded and in CDE, changed the permissions I obtained this message:

# chmod +x nb-3_6-as8pe-sol-x86.bin

# ./nb-3_6-as8pe-sol-x86.bin

InstallShield Wizard

Initializing InstallShield Wizard...

Searching for Java(tm) Virtual Machine...

...............

Running InstallShield Wizard...

The wizard cannot continue because of the following error: could not load wizard tree specified in /wizard.inf (106)

Where is the problem,

Thanks,

Lorenzo Jimenez

[600 byte] By [Lorenzo_Jimenez] at [2007-9-30 21:46:59]
# 1
Take a look at this bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5099285It seems that it has to do with the version of J2SE which gets used to start NB installer.
Snjezana at 2007-7-7 3:16:03 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Thanks for the help.So, how I execute this BIN file with other JSK?Or, how can I change the parameters so the BIN goes to find the JSK I want?Thanks,Lorenzo
Lorenzo_Jimenez at 2007-7-7 3:16:03 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

Bug mentioned that situation was resolved by using .tar.gz type of distribution (but this was for NB 4.0). Could you check if such distribution is available for 3.6 - if it is, then similar way of setting Java path would probably also apply for this release.

Another thing you might want to do is to take a look at NetBeans Knowledge Base - it might contain more details on this problem:

http://www.netbeans.org/community/kb/

Snjezana at 2007-7-7 3:16:03 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
I downloaded the last version of 1.5 and changed for the one that is on /usr/java so the system find the new jdk.After executing is reports the same problem.I tried with build 1.4.2_06-b02 and reports the same problem.Any hint.Thanks,Lorenzo
Lorenzo_Jimenez at 2007-7-7 3:16:03 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 5
I solved the problem that was java jdk version.I copied the jdk directory that comes with Sun Application Server 8 Update 1 to /usr/java.The installation was quick!Thanks all,Lorenzo
Lorenzo_Jimenez at 2007-7-7 3:16:03 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...