Hi all,
I'm having a hard time getting the classpath settings at runtime.
The usual suspect System.getProperty("java.class.path") just returns "/opt/play/current/framework/sbt/sbt-launch.jar".
Does anyone have an idea on how to get the classpath inside a play project? Every hint and every dirty hack is welcome.
I do not want to modify the classpath. I would like to start a separate Java-Process with the help of JavaProcessBuilder
(
http://code.google.com/p/java-process-builder/ ).
However, what is missing by now is just the classpath setting, otherwise I get a NoClassDefFoundError.
Many thanks in advance & Kind regards
Jens