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

Summary: Enabling Web Start offline mode does not work correctly
Product: java Reporter: doubleCortado
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

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.