Hi,

I am trying to get working jchevm+ibm_core (+some classpath classes). But I am fighting with the following (in (my) System.java):
+++
       private static String mydefault = "ISO-8859-1";

       // private static native String getEncoding(int type);
       static String getEncoding(int type) {
               return mydefault;
       }
+++
It appairs that mydefault is null ;-(

Any hints?

Cheers

Jean-Frederic

Reply via email to