• 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

Nothing gets written to the zip file

 
Ranch Hand
Posts: 751
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having trouble writing to a Zip file. I so happen to need a reference to a File object just in case you're wondering why I'm returning a File. Please take a look at what's the problem here... Nothing is getting written to my zip file but there's also no Exception thrown or error shown... Thanks!

 
Ranch Hand
Posts: 1282
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am in the middle of trying to write an ftp client but I did a fast re-write while awaiting reply from techie #9 and thought you may find my ideas a useful comparison for your work. I did not attempt a compile, the code is for your work in discovering clues to your post title.


the finally seems somewhat " except if the exception is an exceptional exception " which is a telltale of needing some formal school of development to be applied, but that is not immediately relevant to your post title.
[ December 30, 2007: Message edited by: Nicholas Jordan ]
 
You had your fun. Now it's time to go to jail. Thanks for your help tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic