This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Read file from package Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Read file from package" Watch "Read file from package" New topic
Author

Read file from package

Dorj Galaa
Ranch Hand

Joined: May 29, 2001
Posts: 113
I'm created package and package contained image file. but i can't download image from this package. how to load and read image file from package


Senior software engineer
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

We had a discussion (complete with sample code!) here.
I hope this is what you were looking for. It refers to locating a properties file in a package, but all files are simply "resources" so there is little change to finding images.
Dave
Dorj Galaa
Ranch Hand

Joined: May 29, 2001
Posts: 113
Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Read file from package
 
Similar Threads
Reading a .wav file - security error
Write image to a file
image in binary
Read character from the tiff image file
Showing image from a JAR on a JSP page