This may not be relevant to your problem, but I've found that there are certain Java runtime components that rely on a locale being supported by the OS (Linux in my case). Specifically, I was having problems reading directories such that filenames would be interpreted as ISO-8859-1 instead of UTF-8. Though the Java runtime *at the Java level* was working properly, the java.io.File code was not, until I discovered that I had to use "locale-gen" to add that to the underlying system.
The app was an MP3 server, and I had some Björk and Sigur Rós albums to deal with :-) -- Turtle, turtle, on the ground, Pink and shiny, turn around. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
