Problem with JNLP showDocument and AOL

G

G. Ralph Kuntz, MD

Our application runs under Java Web Start. Some of our customers use
AOL and when our app does a BasicService.showDocument(...) they get
the following error:

Cannot find '\file:C:DOCUME~1ADMINI~1LOCALS~1Temptest61766.html'. Make
sure the path or Internet address is correct.

It looks like someone (?IE) is removing the backslashes.

Has anyone seen this or has a fix?
 
C

Chris Smith

Our application runs under Java Web Start. Some of our customers use
AOL and when our app does a BasicService.showDocument(...) they get
the following error:

Cannot find '\file:C:DOCUME~1ADMINI~1LOCALS~1Temptest61766.html'. Make
sure the path or Internet address is correct.

It looks like someone (?IE) is removing the backslashes.

URLs don't have backslashes. Perhaps that's the cause of your
difficulty. Try putting the correct forward slashes in your URL and
your problem may be solved.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
G

G. Ralph Kuntz, MD

I didn't put the backslashes in --- Java did through the
File.createTempFile() method and returns this as the getURL() method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top