When I run a JUnit test case in Eclipse, it takes 20 seconds just to launch JUnit itself.
In the Progress view it is at 87% for most of this time, stating: Launching: Starting virtual machine...
I have tried increasing the memory allocation to the vm in both eclipse.ini, and also in the Run Configuration for the unit tests (VM arguments: -Xms512m -Xmx1024m), but neither makes a difference.
I'm watching Windows Task Manager when I launch the unit test and …