C
carsten.marx
Hello,
i a little newbie to C++. So sorry for some stupid questions.
The following scenario:
We have a java application running on 200 pcs in a network enviroment.
If a user starts the app the complete jre has to be loaded from a
mounted network volume. This took about 20 to 40 sec. We cannot change
this...
So currently i'm trying to write a splash screen which is showing the
user that something is going on.
The splash screen is implemented. Now my question. Is there an easy way
to lauch a jar as a process from c++ in that way that the splash screen
waits until the java app is started?
Are ther tutorials in the web available?
Thanks for any help.
Regards,
Carsten
University of Konstanz
i a little newbie to C++. So sorry for some stupid questions.
The following scenario:
We have a java application running on 200 pcs in a network enviroment.
If a user starts the app the complete jre has to be loaded from a
mounted network volume. This took about 20 to 40 sec. We cannot change
this...
So currently i'm trying to write a splash screen which is showing the
user that something is going on.
The splash screen is implemented. Now my question. Is there an easy way
to lauch a jar as a process from c++ in that way that the splash screen
waits until the java app is started?
Are ther tutorials in the web available?
Thanks for any help.
Regards,
Carsten
University of Konstanz