[ List Archives Home ] [ Thread index for 2008 ] [ Date index for 2008 ] [ Author index for 2008 ]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
>>> miriambobkoff@xxxxxxxxxx 07/22/03 08:07AM >>>
The two functions are change to public view, and access the user manual.
<<<

Those are the two functions that launch the default web browser with a "do-like" command ( like "doURL url=http://129.210.12.56:80/manual" or "do public display trying to launch http://129.210.12.56/record=b1151175" ). Basically the java application is trying to execute an external program (if you had GuiCat, it probably wouldn't launch from MilCat either).

Your IT folks have probably limited the ability of Java to 'execute' external programs, which is a pretty basic thing to block in order to keep java programs within their sandbox.

Don't know if there is much that you can do if they won't change that policy.

HTH,
David