I have some code that I compiled with blackdown java j2sdk1.3.0 under linux,
and when I run it on a Solaris 7 box using Sun's runtime j2re1_3_0,
the call System.getProperty("file.encoding") returns the value 646. The code is quite 
simple.  

   public class ShowMe {
        public static void main(String[] argv) {
                System.out.println(System.getProperty("file.encoding"));
        }
   }

I do not have access or disk space to compile using Sun's SDK on the Solaris
box.  So, I'm wondering: what in the world is going on?

Thanks,

Dick


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to