Java Web Start problems

R

Roedy Green

I looked through the faqs but I have not found answers to either of
these two questions:

What is the official way to specify a URL to the root directory of CD
rom drive R: in a way that is ABSOLUTE, the way JNLP likes it.

you would think any of the following should work:


file://localhost/R:
file://localhost/R:/
file://localhost/R| <-- definitely does not like
file://localhost/R|/ <--

but I get "category: unknown error 4"

I have no trouble installing from directories other than the root.
 
S

Skippy

I looked through the faqs but I have not found answers to either of
these two questions:

What is the official way to specify a URL to the root directory of CD
rom drive R: in a way that is ABSOLUTE, the way JNLP likes it.

you would think any of the following should work:


file://localhost/R:
file://localhost/R:/
file://localhost/R| <-- definitely does not like
file://localhost/R|/ <--

but I get "category: unknown error 4"

I have no trouble installing from directories other than the root.

file:///R:/
 
P

Paul Lutus

Skippy said:
file:///R:/

Actually, the canonical, most-likely-to-be-accepted "file:" URL looks like
this:

file:/path (if an absolute path is given)

One may see the form you posted on a browser's address line, but this isn't
necessarily the best way to present it in the first place.
 

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
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top