Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Double-Clickable version of the Citrix client' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Double-Clickable version of the Citrix client
Authored by: Tastannin on Jul 03, '01 01:34:30PM

I tried your instructions, and they work great. The only problem is that it seems that MRJAppBuilder won't parse anything inside " " as a single word. It's similiar to the issue someone else raised when using syntax from the command line such as -address:Citrix Server, you need to enter it as -address:"Citrix Client" so that the correct name is passed. Well, it seems like "Citrix Server" doesn't get parsed correctly, and when the java app is launched, it searches for "Citrix not Citrix Server as it should. How do I get around this limitation?

thanks a bunch!



[ Reply to This | # ]
Double-Clickable version of the Citrix client
Authored by: jgardner on Feb 05, '02 11:40:11AM
MRJAppBuilder has problems passing quotes in the parameters. If you're setting up a full desktop session, use the IP address or hostname (which don't contain spaces) in the -address and -tcpbrowseraddress tags. If you're trying to connect to a published app with spaces in its name, then the easiest thing to do is to change the name of the published app to eliminate the spaces.

[ Reply to This | # ]