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
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
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