Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / March 2004

Tip: Looking for answers? Try searching our database.

Class resources failing

Thread view: 
Daniel Sjoblom - 30 Mar 2004 05:28 GMT
I'm using SomeClass.class.getResource("somefile").getPath() to read in
some file from a local harddrive. It works fine if there is no
whitespace in the path name, but fails miserably if there is. All the
whitespace is replaced by %20. Now, I know how to fix this, but then my
app will fail if someone has the characters %20 in their path. Should I
perhaps use something else? (This is on windows btw. I haven't tested it
on linux yet, since I haven't downloaded a VM yet (just installed
Mandrake Linux this weekend.))
Signature

Daniel Sjöblom
Remove _NOSPAM to reply by mail

Andrew Thompson - 30 Mar 2004 17:13 GMT
> I'm using SomeClass.class.getResource("somefile").getPath() to read in
> some file from a local harddrive.

Stick with the URL..

You can either
Class.getResourceAsStream(String)
or..  URL.openStream()

That way, you can access
1) files on file system
2) files on the net
3) files inside zip/jar archives

If you find you have trouble with
some URL's still, look into URI's,
they can even handle file names
containing the '#' character, which
URL will interpret as an URL 'fragment' -
a link inside a document.

HTH

Signature

Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology

Daniel Sjöblom - 31 Mar 2004 19:10 GMT
>>I'm using SomeClass.class.getResource("somefile").getPath() to read in
>>some file from a local harddrive.
[quoted text clipped - 9 lines]
> 2) files on the net
> 3) files inside zip/jar archives

This works. Thanks.
Signature

Daniel Sjöblom
Remove _NOSPAM to reply by mail



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.