• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

something sort of interesting

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey, I recently added a save/load feature to my program and because of it... I figured out something odd about my programs. Whenever I use outside stuff in my program (images, sounds) I had to enter the direct address. However, now that I have the save feature, I discovered that my program places all files into the j2sdk1.4.1_03
folder and reads all files from there. So, if I want to read a file without its direct address, I must place it in that folder. Is there a way I can make the compiler (I use bluej) read and load files from my folder elsewhere on the computer? Thanks a lot.
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Matt, there's something about this in the Bluej mail list archives, or on the http://www.bluej.org/ site somewhere (Tips perhaps). I don't have time at the moment to look, but that doesn't stop you doing so.
In fact I think it's here , but I'm not sure. If not you better take a look in the mailing archive.
-Barry
[ July 14, 2003: Message edited by: Barry Gaunt ]
 
Matt Fyffe
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hah! thanks a lot mate... time to get digging .
reply
    Bookmark Topic Watch Topic
  • New Topic