• 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

ZipException - urgent

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I am running an application which is running fine on Windows but when i tested it on Linux RedHat 7.1 it gives the following error
On giving the command to execute,
java -Djava.security.policy=FBNServer.policy -jar server.jar
it threw the exception
Exception in thread "main" java.util.Zip.ZipException and didnt run.
I just can t figure out, where is the problem
Regards
Arup
 
Ranch Hand
Posts: 1514
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you reading from or writing to a zip file? The error seems like it has to do with that. It could be possible that you are writing or reading from a format that's specific to the windows environment.
 
reply
    Bookmark Topic Watch Topic
  • New Topic