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
LAPI/Java with JDK1.2
Robert_Davies_(unlondonadmin_-_(deleted))
Hi.Has anyone successfully used LAPI for Java under JDK1.2? I am getting the following exception:Exception in thread "main" java.lang.VerifyError: (class: com/opentext/api/LLAssoc, method: write signature: (Lcom/opentext/api/LLOutputStream;)V) Illegal use of nonvirtual function call at com.opentext.api.LLValue.setAssocNotSet(LLValue.java) at bulkuser.model.UserDetails.(UserDetails.java:24)where the UserDetails() constructor is simplypublic UserDetails() { extData = new LLValue(); extData.setAssocNotSet(); usrData = new LLValue(); usrData.setInteger( 0 );}(there are no other initialisers)This is code that seemed to work fine with JDK1.1Any takers?Best regards/matt.
Find more posts tagged with
Comments
Simone_Oettinger_(SOettinger_(Delete)_177592)
Hi Matt,Currently LAPI does not work with JDK 1.2. This is a planned feature for Livelink 8.2.ThanksSimone