javaruntimes/starterutils/src.s60/j9starters60.cpp
changeset 35 85266cc22c7f
parent 23 98ccebc37403
child 50 023eef975703
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
   203     }
   203     }
   204     else if (mIdentifier == L"TCK_runner")
   204     else if (mIdentifier == L"TCK_runner")
   205     {
   205     {
   206         pathType = BOOT_CLASSPATH_TCKRUNNER;
   206         pathType = BOOT_CLASSPATH_TCKRUNNER;
   207     }
   207     }
       
   208     else if (mIdentifier == L"JavaControlPanel")
       
   209     {
       
   210         pathType = BOOT_CLASSPATH_JAVACONTROLPANEL;
       
   211     }
   208 
   212 
   209     std::list<std::wstring> odcFiles;
   213     std::list<std::wstring> odcFiles;
   210     std::list<std::wstring> bcpEntities;
   214     std::list<std::wstring> bcpEntities;
   211     JavaOsLayer::bootClassPath(odcFiles, bcpEntities, pathType);
   215     JavaOsLayer::bootClassPath(odcFiles, bcpEntities, pathType);
   212 
   216