[jdom-interest] "Windows" Pathes not working in JDOM??!

Matthew MacKenzie matt at xmlglobal.com
Sat Apr 28 19:59:00 PDT 2001


I have used e:/data/test.xml sucessfully as well.

-Matt
----- Original Message -----
From: <philip.nelson at omniresources.com>
To: <jdom-interest at jdom.org>
Sent: Saturday, April 28, 2001 6:44 PM
Subject: RE: [jdom-interest] "Windows" Pathes not working in JDOM??!


> > e.g. "e:\data\test.xml"  does not work.
>
> You have a couple of choices
>
> e:\\data\\test.xml
>
> or
>
> file:///e:/data/test.xml
>
> assuming you are building the string in your program.  If you are using a
> swing file chooser, just use the File object it gives you.
> _______________________________________________
> To control your jdom-interest membership:
>
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com
>




More information about the jdom-interest mailing list