Re: Java Web Start



Andrew Thompson wrote:
Lew wrote:
Andrew Thompson wrote:
file:/D:/projects/TellURL.java
Actually the url's were correct and yours is wrong :-)
(snip RFC 1738 detail)
Andrew Thompson wrote:
Interesting, but... The URL shown above, is what Java printed out when I ran the code. Are you saying Java's handling of URL's is buggy*?
It's the number of slashes after the protocol colon ("file://" vs. "file:/")
that's at issue here, right?

That is part of what I find confusing, but I am also
a little unclear on whether 'home' (in Robert's example)
represents a drive. If not, how does whatever is resolving
the URL know where to start?

That is a little confusing for people used to Windows. In Unix/Linux
there is no such thing as drive letters. There is only one "drive" and
all filesystems are made available through it.
The top level directory (or root directory) is called '/' (the third '/'
in the file url) and other filesystems (partitions, hard disks, CD
drives, etc.) are mounted (made accessible) through some empty directory
usually in "/mnt" or "/media". I have my CD drive in "/media/cdrom" and
an external USB drive in "/media/usb".
In the case of "/home/robert" I am saying that "home" is a directory
that can be accessed from the top level directory ("/") and that it
includes either a file or directory called "robert" which is actually my
home directory.
For Windows the same would probably be something like:
file://c:/documents and settings/robert
.



Relevant Pages

  • Re: Of mice and men
    ... to wipe all of the drives (because Unix doesn't differentiate ... > different drives, they're each mounted to a directory name and called file ... a list of currently-available filesystems, ... - remove all files from any directories specified on the command line ...
    (comp.lang.cobol)
  • Will this work in 6.0?
    ... Verify that the system supports two hard drives. ... Boot to single user mode: ... # mount -a -t ufs ... If the new filesystems aren't automatically mounted, ...
    (comp.unix.bsd.freebsd.misc)
  • Re: moving filesystems- Unix good, Windows bad
    ... I have always had trouble with MS System Partitions filling up and then no ... recommended size and then put as much as possible on other drives. ... On a 160MByte/second disk interface!!! ... > maintained filesystems well over a TB. ...
    (microsoft.public.win2000.general)
  • Re: zfs backups (was: Re: Best way to simulate a failure)
    ... as bad for your hardware as cycling power). ... All filesystems can lose data when power goes out. ... and both pools are built from 18GB drives -- SCA drives in a ...
    (comp.sys.sun.hardware)
  • zfs backups (was: Re: Best way to simulate a failure)
    ... as bad for your hardware as cycling power). ... All filesystems can lose data (without corruption) when power goes out. ... and both pools are built from 18GB drives -- SCA drives in a ...
    (comp.sys.sun.hardware)