Please help because I got compilation error with testThread.removeElementAt(i)
Expand|Select|Wrap|Line Numbers
- try {
- testThread[i] = new TestThread(
- testClass,testInstance,testEntry,testParameters,testStreams);
- } catch(java.lang.OutOfMemoryError e){
- System.gc();
- System.out.println("Call gcc - In the loop I= " + i);
- testThread.removeElementAt(i);
- -------------