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 269286

Summary: internationalization set up by the IDE doesn't work
Product: ide Reporter: bboett
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description bboett 2016-12-09 14:05:09 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Mac OS X version 10.12 running on x86_64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * Open tools->internationlization->internationalize
create some tags, let the IDE insert the call to those tags, compile and run

ACTUAL:
  MissingRessourceException.....

EXPECTED:
 a valid String ressource

i checked the     properties files are correctly created, they are adjoining to the java source file, nothing looks wrong, path is ok, why isn't the ressource loaded?
that it fails when i try to set it up, is nearly expected, that the IDE fails to set this up is not understandable...
Comment 1 bboett 2016-12-09 14:05:15 UTC
Created attachment 163194 [details]
IDE log