javaruntimes/standalone/src/javastarterimpl.cpp
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 67 63b81d807542
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
   231     // Add the application arguments if provided.
   231     // Add the application arguments if provided.
   232     addApplicationArgs();
   232     addApplicationArgs();
   233 
   233 
   234 #ifndef RD_JAVA_UI_QT
   234 #ifndef RD_JAVA_UI_QT
   235     // In Java 2.x we are using legacy UI.
   235     // In Java 2.x we are using legacy UI.
   236     mJvmStarter->appendSystemProperty(L"-Dcom.nokia.legacy.support=symbian");
   236     mJvmStarter->appendSystemProperty(L"-Dcom.nokia.legacy.support=LegacySymbian");
   237 #endif //RD_JAVA_HYBRID
   237 #endif //RD_JAVA_HYBRID
   238 
   238 
   239     int result = mJvmStarter->startJvm();
   239     int result = mJvmStarter->startJvm();
   240     CoreUi::releaseUi(coreUiLoader);
   240     CoreUi::releaseUi(coreUiLoader);
   241     if (mMonitor.get())
   241     if (mMonitor.get())
   458 {
   458 {
   459     JELOG2(EJavaRuntime);
   459     JELOG2(EJavaRuntime);
   460 #ifdef __SYMBIAN32__
   460 #ifdef __SYMBIAN32__
   461     TUidToUid(RProcess().Type()[2], mAppUid);
   461     TUidToUid(RProcess().Type()[2], mAppUid);
   462     LOG1(EJavaRuntime, EInfo, "PROCESS UID %S",  mAppUid.toString().c_str());
   462     LOG1(EJavaRuntime, EInfo, "PROCESS UID %S",  mAppUid.toString().c_str());
   463 
       
   464 //    TUid tuid = uidType[1];
       
   465     TUid tuid(TUid::Uid(0x10005902));
       
   466 //    TUidToUid(tuid, mAppUid);
       
   467 //    LOG1(EJavaRuntime, EInfo, "TEMP UID %S",  mAppUid.toString().c_str());
       
   468 #else // __SYMBIAN32__
   463 #else // __SYMBIAN32__
   469 //    mAppUid = Uid(L"java_standalone");
   464 //    mAppUid = Uid(L"java_standalone");
   470 
   465 
   471 #endif // __SYMBIAN32__
   466 #endif // __SYMBIAN32__
   472 
   467