If I run let's say myApp.jsh with the command :
jsh myApp.jsh &
and myApp.jsh contains :
set classpath=/path/to/my/app package.MyAppClass &
then the app is not started !
Log in to post a comment.