I mean someting conceptually similar to Runtime.getRuntime().exec(...) but which allows to invoke directly the class without calling exec("java -classpath $currentClasspath my.class.name")...
Just to notice that tools.jar has an useful java class for compiling specifically java sources, there is something similar for executing directly java classes?