Re: Silly URL...



6e wrote:
Im trying to reference a file on my own PC, not a remote serer... So my
question is it still possible to use URL?  Or would that be considered
bad form even if I get it to work?  or do you have another item that I
should be using in mind?

file:/// URLs are fine.

http://today.java.net/jag/page4.html#37

Tom Hawtin
--
Unemployed English Java programmer
http://jroller.com/page/tackline/
.



Relevant Pages

  • Re: thread working memory and synchronized keyword
    ... cache or checks that you'll make later classically) then you can use objects using the final field semantics. ... Tom Hawtin ... Unemployed English Java programmer ...
    (comp.lang.java.programmer)
  • Re: Type inferencing
    ... extends Object&Serializable&Comparable>. ... Tom Hawtin ... Unemployed English Java programmer ...
    (comp.lang.java.programmer)
  • Re: Action Listener, Determing which button was pressed
    ... You will need a lot of buttons (which come in at a few K each, IIRC) for that to be a problem. ... Tom Hawtin ... Unemployed English Java programmer ...
    (comp.lang.java.programmer)
  • Re: Cloning a Cloneable Map
    ... subtype, may make the clone method public. ... Tom Hawtin ... Unemployed English Java programmer ...
    (comp.lang.java.programmer)
  • Re: safety of where =
    ... each individual statement should be atomic. ... Tom Hawtin ... Unemployed English Java programmer ...
    (comp.lang.java.databases)