> On Mar 18, 2015, at 19:31, Artem Smotrakov <artem.smotra...@oracle.com> wrote: > > The tests can be updated to start a new process with ProcessTools, or use a > script.
Choose anyone you like. Maybe you can a few experiments to see what is the difference between a script test and a Java test that launches processes. I'm a little surprised that with the classpath not pointing to jars the test still succeeds. The jars should have been granted different permissions. Maybe the test is not designed smart enough to detect the problem? --Max > > Artem