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 196969

Summary: Cannot launch NB JNLP app under JDK 7
Product: apisupport Reporter: Jesse Glick <jglick>
Component: HarnessAssignee: Jesse Glick <jglick>
Status: CLOSED WONTFIX    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2011-03-22 15:23:32 UTC
Made a new NB app with minimal module list, built for local JNLP run, tried to run using 1.7.0-ea-b130.

First, it failed complaining that main-class was missing - even though <jar href="startup.jar"/> was specified and this JAR lists a Main-Class in its manifest. OK, added main-class="org.netbeans.modules.apisupport.jnlplauncher.Main" to <application-desc> and this problem went away.

Next when I tried to run (after deleting ~/.java/) it complained about <java version="1.6+"/>, saying no such JRE was installed. Changing this to "1.7" or "1.7+" or omitting entirely did not help.
Comment 1 Jesse Glick 2011-04-13 17:34:05 UTC
Works OK with b137. You are prompted repeatedly to accept the signature, which is annoying, but the app does start.
Comment 2 Marian Mirilovic 2011-06-08 17:54:35 UTC
v/c