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

Strange Error in WSAD5.1.1...URGENT

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting the following error when i build my project in WSAD5.1.1

"IWAE0016E Line 2 in the MANIFEST.MF file in archive lib/LogForJava.jar exceeds the specification limit of 72 bytes."

LogForJava.jar is a third party jar.It seems that the WSAD validator dosent allow more than 72 bytes in the manifest file.
How can this error be rectified?
 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what exactly are you doing? If open your MANIFEST.MF file in the editor, you should see a list of .jar files available to the EAR application. These .jar files should be located in the EAR project in your workspace. You should have no problems with the size of these.
 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using WSAD 5.1 and facing exactly the same problem

Can somebody help pls

Thanks in advance
 
I will suppress my every urge. But not this shameless plug:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic