equal
deleted
inserted
replaced
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 |