equal
deleted
inserted
replaced
117 // CJavaAppHandler::HandleUrlStandaloneL() |
117 // CJavaAppHandler::HandleUrlStandaloneL() |
118 // --------------------------------------------------------- |
118 // --------------------------------------------------------- |
119 // |
119 // |
120 void CJavaAppHandler::HandleUrlStandaloneL() |
120 void CJavaAppHandler::HandleUrlStandaloneL() |
121 { |
121 { |
122 #ifdef _DEBUG |
122 |
123 // log that our plugin implementation has been called |
|
124 TBuf<255> logBuf = mParsedUrl->Left(250); |
|
125 LOG1WSTR("javaapphandler: command line starts with : %s", (TUint16 *)(logBuf.PtrZ())); |
|
126 #endif |
|
127 |
123 |
128 // Start javalauncher.exe and pass the Url to it |
124 // Start javalauncher.exe and pass the Url to it |
129 _LIT(KJavaLauncherExe, "javalauncher.exe"); |
125 _LIT(KJavaLauncherExe, "javalauncher.exe"); |
130 RProcess rProcess; |
126 RProcess rProcess; |
131 |
127 |