Search code examples
javanetbeansapplet

Error in Netbeans IDE To run Applet Project


I am trying to run my applet in netbeans IDE But browser is not opening automatically. If I copy address to browser it is running. Project runs in localhost.

Error is as follows---

  java.util.MissingResourceException: Can't find resource for bundle    
  org.openide.util.NbBundle$PBundle, key MSG_win_browser_invocation_failed
at java.util.ResourceBundle.getObject(ResourceBundle.java:450)
at java.util.ResourceBundle.getString(ResourceBundle.java:407)
at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
at 
  org.netbeans.modules.extbrowser.NbDdeBrowserImpl$URLDisplayer.dispatchURL
  (NbDdeBrowserImpl.java:438)
at org.netbeans.modules.extbrowser.NbDdeBrowserImpl$URLDisplayer.run
   (NbDdeBrowserImpl.java:354)

  [catch] at java.lang.Thread.run(Thread.java:745)

Solution

  • Sounds like a known issue in the Netbeans.

    https://netbeans.org/bugzilla/show_bug.cgi?id=237542

    It has a lots of dulicates over different versions, looks like they fixed in the nightly build, but it is still not released.