• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Jar Extraction Problem

 
Ranch Hand
Posts: 280
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
I am having a strange problem and I cannot find cause for it. I use the method below to extract files from a jar. One of the files in the jar has a '#' character in the file name. When I use the method below to extract the files, all files come out ok except the one with the '#' character in its name. Changing the file name in any way is not an option. Is there any other way around this issue?
thanks,
-Jason
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic