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 - internationalization set up by the IDE doesn't work
Summary: internationalization set up by the IDE doesn't work
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-09 14:05 UTC by bboett
Modified: 2016-12-09 14:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (172.48 KB, text/plain)
2016-12-09 14:05 UTC, bboett
Details

Note You need to log in before you can comment on or make changes to this bug.
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