On Sun, 7 Nov 2010 12:49:13 -0800 (PST), bruce <>
wrote, quoted or indirectly quoted someone who said :
>Whenever I run a Java Web Application that I have developed, I get an
>informational Windows dialog;
>
>Could not access the URL through the external browser. Check the
>browser configuration.
>
>Appreciate help on getting rid of the error. My default browser is
>FireFox. The application still runs.
Do you mean an Applet of Java Web Start? You need to sign to access a
URL not in the branch of where the jar is.
Try dumping the URL to see is if is well formed.
What code are you feeding the URL to?
--
Roedy Green Canadian Mind Products
http://mindprod.com
Finding a bug is a sign you were asleep a the switch when coding. Stop debugging, and go back over your code line by line.