Hi Roman,
If that's the case, I believe some of them would require not only
implementation change, but also the spec change. And I am even not sure
whether they are actually doable or not. I'd like to find out whether
it would be practically feasible, before fixing them one by one.
Thanks,
Naoto
Roman Kennke wrote:
Hi Naoto,
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.
Exactly. The currency data was the first that has bitten me, but I would
have to go through all of them of course. But let's start with this one
and take them step by step. :-)
/Roman
--
Naoto Sato