• 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

Problem in unziping file on UNIX box

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers

Actually i am developing a application which works on UNIX machine in which i need to click on URL which will download a huge file of zipped format this part works fine...

Later the problem starts, when i try to unzip the file on UNIX machine it gives me a unzip exception..

Does any one have idea why this happens ? Any solutions ?
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shirish,
You need to provide more details.
One reason for your problem could be that the file is corrupted. What exactly does the exception say?

Your question has nothing to do with Swing.
http://faq.javaranch.com/java/CarefullyChooseOneForum

It might be better suited on the Linux/Unix forum or Java in General. Based on the details you provide, one of the moderators will move this to the appropriate forum. Please read the link I posted above and choose a proper forum while posting in the future.
 
shirish katti
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Manesh, Actually i am new to this forum dint knew about selecting the forum.. will keep in mind before further postings..
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No problem.

Did you manage to sort your problem? Does it still exist?
Like I asked before, what does your exception say?
 
shirish katti
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As you said i have moved my topic to unix forum...

When i try to unzip a file on unix box it is throwing an unzip exception... I am trying it out in other way if it works i will post the solution along with problem.. Or else i will surely let you what kind of exception is it...

Thanks Again
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shirish,
I have deleted your duplicate post and move this thread from the Swing to the Unix forum.
Please avoid starting multiple threads for the same question.
 
shirish katti
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Surely, there will be no more duplications..
reply
    Bookmark Topic Watch Topic
  • New Topic