The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 10-25-2006
piche piche is offline
Registered User
  
 

Join Date: Oct 2006
Posts: 2
Well that was it. I already had a "home" envirnoment variable defined it in my script, so I added it to the java command line and used System.getProperties to read it and prepend it to the filename.

Works fine! Lasts a long time! Problem solved.

Thanks,
-- piche