import problem
One answer
Comments
Hi Ralph
I am trying to develop a plugin which will increment value in database every time I save work item.
I made plugin project named DB2Connectivity. I need to import these two jar files "db2jcc", "db2jcc_license_cu"
I was trying to add db2jcc to META-INF, but as you said I made another folder named "library" in META-INF and tried to import "db2jcc" file but it was still giving me following error
"problems were encountered during import:"
when i clicked on details following is the first line of error dialog box
"unable to import com/ibm/db2/app/blob.class. Reason: A resource exist with a different case:'/DB2Connectivity/META-INF/com".
These files are located on my Desktop
How can I resolve this error
I followed as you told in your answer but error is still same when I import "db2jcc" file.
"db2jcc_license_cu" file is imported properly.
Thank you
I found this answer https://jazz.net/forum/questions/48348/how-to-use-external-library-in-a-plugin by using google library plugin site:jazz.net .