AbhinavKartrocket / googlechartwrapper

Automatically exported from code.google.com/p/googlechartwrapper
0 stars 0 forks source link

Application fails to Deploy in GlassFish4 due to invalid class-path entry in manifest.mf #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Deploing an application with googlechartwrapper.jar on GlassFish4 will result 
in  

java.io.FileNotFoundException: FOO\lib\lib\swingx-0.9.0.jar (The system cannot 
find the path specified)
    at java.util.zip.ZipFile.open(Native Method)

What does it have to do with it? Is the swingx jar necessary? or can it be 
removed from Manifest.mf ? 

If i remove it- its working. Please bring it into an offical release. Its 
better than having to used a manually patched jar

Thanks

Original issue reported on code.google.com by mas.ba...@gmail.com on 4 Feb 2014 at 10:48