javaruntimes/midp/runtime/javasrc/com/nokia/mj/impl/rt/midp/Main.java
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    36      */
    36      */
    37     public static void main(String[] args)
    37     public static void main(String[] args)
    38     {
    38     {
    39         // Do the start up trace.
    39         // Do the start up trace.
    40         StartUpTrace.doTrace("Midp runtime ready");
    40         StartUpTrace.doTrace("Midp runtime ready");
    41         if (Log.mOn) 
    41         if (Log.mOn) Log.logI("Starting MIDP runtime");
    42         {
    42 
    43             Log.logI("Starting MIDP runtime");
    43         System.out.println("java.version: " +
    44  	          Log.logI("java.version: " +
    44                            System.getProperty("java.version"));
    45                      System.getProperty("java.version"));
    45         System.out.println("java.fullversion: " +
    46             Log.logI("java.fullversion: " +
    46                            System.getProperty("java.fullversion"));
    47                      System.getProperty("java.fullversion"));
       
    48         }
       
    49         boolean ok = true;
    47         boolean ok = true;
    50 
    48 
    51         try
    49         try
    52         {
    50         {
    53             // Start the life cycle.
    51             // Start the life cycle.