javacommons/utils/javasrc/com/nokia/mj/impl/rt/j9/JvmPortCldc.java
changeset 80 d6dafc5d983f
parent 21 2a9601315dfc
--- a/javacommons/utils/javasrc/com/nokia/mj/impl/rt/j9/JvmPortCldc.java	Mon Oct 04 11:29:25 2010 +0300
+++ b/javacommons/utils/javasrc/com/nokia/mj/impl/rt/j9/JvmPortCldc.java	Fri Oct 15 12:29:39 2010 +0300
@@ -37,8 +37,7 @@
         }
         catch (Exception e)
         {
-            e.printStackTrace();
-            throw new RuntimeException("Not able to load library "+libName+". Reason is: "+e);
+            throw new Error("Not able to load library "+libName+". Reason is: "+e);
         }
     }