Java Action error

0
I'm getting following error when executing a custom logic to my app java.lang.NoSuchMethodError: 'java.lang.String com.rr.component.vanguard.VanguardSettings.setModel(java.lang.String)'   In eclipse the classes and methods are defined but when running java action in mendix the error pops saying setModel method no found Correct Jar file is placed in userlib   What could be the reason for this error? does the Java version on my PC matter?  
asked
1 answers
1

Are you sure the classes are added to the build path?

answered