Re: ResourceBundle in Java 9 Module

2017-04-03 Thread Rabea Gransberger
Hello Mandy, thank you. I did run it on Windows 10. > Am 03.04.2017 um 19:27 schrieb Mandy Chung : > > I created a JBS issue: > https://bugs.openjdk.java.net/browse/JDK-8177980 > > What platform are you running on? This works on linux but I can reproduce > the problem on OSX (related to

Re: ResourceBundle in Java 9 Module

2017-04-03 Thread Mandy Chung
I created a JBS issue: https://bugs.openjdk.java.net/browse/JDK-8177980 What platform are you running on? This works on linux but I can reproduce the problem on OSX (related to case-insensitive file system). Mandy > On Apr 3, 2017, at 8:54 AM, Rabea Gransberger wrote: > > Hello, > > while

ResourceBundle in Java 9 Module

2017-04-03 Thread Rabea Gransberger
Hello, while migrating example code to Java 9 Modules I ran into a problem: ResourceBundle bundle = ResourceBundle.getBundle("de.rgra.nl.messages"); System.out.println(bundle.getString("I18n.message")); The properties file path is: src\de\rgra\nl\messages.properties The code works on Java 8 an