Re: [Sablevm-developer] Properties
Brought to you by:
egagnon
From: Ian R. <ir...@cs...> - 2001-09-24 09:21:05
|
Hi, > > The last property stops the JVM trying to load > > gnu/java/io/decode/DecoderISO-8859-1 and switches it to loading > > gnu/java/io/decode/Decoder8859_1 . If the default action is to load > > DecoderISO-8859-1 then shouldn't the java file be called > > DecoderISO-8859-1 rather than Decoder8859_1 ? > > My JVM worked fine until an application specifically requested an encoding type. My code failed when java/util/Properties was used. This requested the ISO-8859-1 encoding type to load properties from a file on disk. It's a shame properties need to be set in order to load properties. If this weren't the case then JVMs using classpath could load all their specific properties in from disk. Ian |