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 77609 - Netbeans can't install on Fedora Core 5 Linux
Summary: Netbeans can't install on Fedora Core 5 Linux
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: JDK bundle (show other bugs)
Version: 5.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-09 08:21 UTC by bokei
Modified: 2006-12-15 11:56 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 bokei 2006-06-09 08:21:21 UTC
I download the Netbeans IDE 5.0.When I try to install it,the installer just 
display a message "Veriry JVM" then exit.
My JDK is 5.0 update 6 and the Eclipse 3.11 and Tomcat 5.5.17 can run on it.
Comment 1 mslama 2006-06-19 08:28:24 UTC
It looks like installer launcher cannot locate JDK to run on. Please run
installer with command line option -is:log <Log file> eg. -is:log a.log and
attach resulting log file here. Workaround is to either explicitly point to JDK
using -is:javahome <Path to JDK> or use zip distribution.
Comment 2 bokei 2006-07-02 04:38:19 UTC
Thanks,this is the log

Log file created by MultiPlatform installer @2006年 07月 02日 星期日 11:34:56 CST
INSTALLER_PATH=/root/Developer/NetBeans5/./netbeans-5_0-linux-zh_CN.bin
Checking the environment variables specifed in the JVM files to find the JVM...
Verifying... /usr/local/bin/jdk1.5.0_06/bin/java  -cp 
/tmp/istemp2384183113456/Verify.jar Verify  java.vendor java.specification.version
Verification passed for /usr/local/jdk1.5.0_06/ using the JVM file
/tmp/istemp2384183113456/jdk15unix_sun.jvm.
JavaHome is not resolved correctly in the jvm file
/tmp/istemp2384183113456/jdk15unix_sun.jvm. Failed to launch the application.
Launch Script can't not be resolved. Run the installer with -is:log <logfile> to
view the errors.
Comment 3 bokei 2006-07-02 05:02:05 UTC
The installer can run after explicitly point to JDK,Thanks.
Comment 4 Michal Mocnak 2006-12-15 11:56:44 UTC
Verified