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 - Cannot launch NB JNLP app under JDK 7
Summary: Cannot launch NB JNLP app under JDK 7
Status: CLOSED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-22 15:23 UTC by Jesse Glick
Modified: 2011-06-08 17:54 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 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