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 190928 - Enabling Web Start offline mode does not work correctly
Summary: Enabling Web Start offline mode does not work correctly
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: PC Windows Vista
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 23:51 UTC by doubleCortado
Modified: 2010-10-21 20:18 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 doubleCortado 2010-10-11 23:51:38 UTC
When selecting "offline allowed" fot web start, "<offline-allowed/>" is not being added to the genereated JNLP file. Only "update check" changes from "always" to background.

Thus, offline mode is no longer supported without makin manual changes to the jnlp template file.

This bug seems to have entered the platform after NetBeans 6.8.
Comment 1 Tomas Zezula 2010-10-21 20:18:40 UTC
Thanks for report.
Fixed jet-main e4f1397f0880
You will need to regenerate the jnlp template in your project (master-application.jnlp).
You can do it by disabling Java Web Start in your project, deleting the template and reenabling the JWS.