• 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

Ant issue

 
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ant + jar error while reading original manifest: error in opening zip file during pacakage creation task.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ant + jar error while reading original manifest: error in opening zip file during pacakage creation task.


kri shan,

Do you really expect some help on a question like this one? You have already been told, once before, that when you are expecting some help, make sure you provide enough information (properly formatted) and make things easier for someone who's willing to help.
 
kri shan
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When i try to create jar file with size 40000 bytes using ant jar task, got the following error in Eclipse IDE.

Ant + jar error while reading original manifest: error in opening zip file during pacakage creation task.

. Some times i am getting

OutOfMemoryError

. I changed JVM parameters in eclipse.ini
 
Ranch Hand
Posts: 470
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

kri shan wrote:I changed JVM parameters in eclipse.ini



Did it help you?
 
reply
    Bookmark Topic Watch Topic
  • New Topic