javacommons/utils/javasrc/com/nokia/mj/impl/rt/j9/JvmPortCldc.java
changeset 80 d6dafc5d983f
parent 21 2a9601315dfc
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
    35         {
    35         {
    36             VM.loadLibrary(libName);
    36             VM.loadLibrary(libName);
    37         }
    37         }
    38         catch (Exception e)
    38         catch (Exception e)
    39         {
    39         {
    40             e.printStackTrace();
    40             throw new Error("Not able to load library "+libName+". Reason is: "+e);
    41             throw new RuntimeException("Not able to load library "+libName+". Reason is: "+e);
       
    42         }
    41         }
    43     }
    42     }
    44 
    43 
    45     /**
    44     /**
    46      * @see com.nokia.mj.impl.runtimesupport.JvmPort#loadApplicationClass.
    45      * @see com.nokia.mj.impl.runtimesupport.JvmPort#loadApplicationClass.