Ok, to be sure I used your class.
the class is in
/profile/classes/org/test/Test.class
if I select the class name with the browse button (works only if the
test is on localhost) then the class name instead to be
org.test.Test.class is filled with Test !
Not only this but automagically.. the classpath is filled with
/profile/classes/org/test/
Obvioulsy not works so.
I correct classname with org.test.Test.class and classpath with
/profile/classes/ then I start the test and it works but only for memory
profiling no coverage or method timing (and I have they selected).
I'm corious to know HOW it has worked on my linux box launching java.exe
-XrunpiAgent:server=controlled org.test.Test
maybe with wine? .... ARGH!