• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Unjar Folder

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a big jar file that contains subfolders and files inside subfolders.
My problem is that instead of unjaring a whole file I want to get files inside a particular sub-folder. In otherwords i want to unjar a particular subfolder inside a jar file.
Example.
source.jar is jar file. Directory structure after unjarring is like this:
estart
-service
-xsls
-utils
-java
-com
-aig
so if i want to get only subfolder 'com' can i do that
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have never heard of any way to do that. What are you trying to accomplish?
 
reply
    Bookmark Topic Watch Topic
  • New Topic