I have a java project, with a method that parses a file. When I execute it from Junit it takes about 120 milliseconds to finish.
When I add this project build path of Eclipse RCP plugin project, and execute same method it takes 40000 milliseconds to complete.
Input to method is exactly the same also the output.
What can be done regarding that?