We've sequenced Java and our first application that will take advantage of it (also sequenced) calls Javaws.exe from a shortcut followed by parameters. I'm confused about what should work and what the best practice path should
be in this shortcut to Javaws.exe. Can anyone whose done something similar tell me which of these three paths should be expected to allow these two applications to run in a connection group/virtual environment?
A. C:\Program Files (x86)\Java\jre6\bin\javaws.exe
/index.plx">http://<ipaddress>/index.plx
C. "%LOCALAPPDATA%\Microsoft\AppV\Client\Integration\EB58D388-B767-48DC-98A8-075683B9D075\Root\jre6\bin\javaws.exe" "http://<ipaddress>/index.plx"
Option A is our standard non-virt desktop path. Option C is all we can get to work in the connection group, but it seems counterproductive to have to use the GUID in the path thus restricting it to that version of Java.
Thanks for any help..