Naoto Sato wrote: > Hi Roman, > > Thank you for bringing this up. Yes, it's a bit unclear but the > Currency class belongs to the i18n group. > > As to the issue, I have a question. Under jre/lib directory, there are > other files that are not read via the ClassLoader method. For example, > there are data files for time zones under jre/lib/zi, which are read > via FileInputStream, the same way currency.data is read. My question > is how the JamaicaVM is dealing with those files? I would expect that > the same issue should have been observed with those files.
As another data point, in IKVM.NET I ran into this issue as well. I worked around it by virtualizing the java.home directory. This is a bit of a hack, but it works well. Regards, Jeroen