All, I have two java architectures installed on my pc. 32 and 64 bit. I had to change the default Java_Home to the 64bit installation for another application. However the Webstart client wants the 32bit version. Is there anyway to pass the java directory in the URI parameters? The webstart is being used in kiosk mode.
Answer by Dominik S. ·
You should be able to use the commandline application "javaws.exe" from the 32-bit installation to launch the WebStart URL, i.e. try something like the following:
/java/32/bit/install/bin/javaws.exe http://dynatraceserver:8020/.../Client.jnlp
Dominik.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET