I'm trying to build a test suite program (using JRE 1.6 under Eclipse IDE, Operating System: CentOS 5.4 64 bit) which uses an external jar file (installed under /lib/ext) for some operations. However, my test code is unable to use or link to the jar file and the following error is shown in Eclipse
the method xxx of class yyy is inaccessible due to restrictions place on the library /lib/ext/productxx.jar
I've made sure that I login as root and also done chmod 777 * on /lib/ext directory. Still the error persists.
'Would appreciate any suggestions/comments.
Thanks.