JiBX (org.jibx.runtime.JiBXException: Unable to access binding information for class...)

OakvilleWork picture OakvilleWork · Feb 24, 2012 · Viewed 11.3k times · Source

has anyone used JiBX before? JiBX website

I keep getting this error when attempting to run as it attempts to bind:

org.jibx.runtime.JiBXException: Unable to access binding information for class ....

I am using Netbeans and it does not work but it works for my co-worker using Eclipse

Answer

FrVaBe picture FrVaBe · Feb 26, 2012

Be sure that the binding definition was compiled into your class files.

Have a look at the JiBX-FAQs and the JiBX binding compiler (Building with other IDEs) documentation.