View Single Post
  #1 (permalink)  
Old 08-01-2007, 01:02 AM
todd todd is offline
Member
 
Join Date: Aug 2007
Posts: 1
todd is on a distinguished road
Packaging and accessing data files
Hello,

I want to include some standard data files within my class package. I don't want to make these data files into interfaces as that would lead to hard coding (implements ...) which I don't want to use.

Do I create a folder in my development tree into which I place the data and then package the jar normally?

Once that is completed, how can I access the data from within the class without having to know the full path on disk of the data file?

Any help is appreciated.

Thanks,
Todd
Reply With Quote
Sponsored Links