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

philip.nelson at omniresources.com philip.nelson at omniresources.com
Sat Apr 28 18:44:42 PDT 2001


> 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.



More information about the jdom-interest mailing list