Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Help! Error adding user to LL using LAPI8.1.2
Sun_Livelink_Admin_(sunmic01admin_-_(deleted))
I simply have: LLValue row = ( new LLValue() ).setAssocNotSet();and that give me an run time error, I had run it in Jbuilder V.4 and also JDK1.1. what could possibly go wrong? Any suggestions? Thanks,===========Exception in thread "main" java.lang.VerifyError: (class: com/opentext/api/LLAss oc, method: write signature: (Lcom/opentext/api/LLOutputStream;)V) Illegal use of nonvirtual function call at com.opentext.api.LLValue.setAssoc(LLValue.java) at com.opentext.api.LLValue.setAssocNotSet(LLValue.java) at LdapSync.addUser(LdapSync.java:58) at LdapSync.main(LdapSync.java:36)
Find more posts tagged with
Comments
John_Shoun
LAPI 8.1.x does not support Java 2 (aka: 1.2). JBuilder 4 defaults to Java 2. You need to make sure that your CLASSPATH is actually referencing the 1.1 libraries.
Sun_Livelink_Admin_(sunmic01admin_-_(deleted))
Yes, I do have the CLASSPATH include /usr/java1.1/bin, and I had run it using both JBuilder v.4 and Java1.1, I got exactly the same error. Any ideas?Thanks in advance.ycyu.chen@sun.com