Expand my Community achievements bar.

Error while invoking Livecycle process with Java

Avatar

Level 4

Hi,

I am trying to invoke a short lived process using java code. But when i try doing that i get the following error

cannot access class com.adobe.idp.dsc.clientsdk.ServiceClient; class file has wrong version 49.0, should be 45.3 or 46.0 or 47.0 or 48.0.

I am using the following versions:

Adobe Livecycle: 9.0

java version "1.5.0_03"

JDeveloper: 9.0.5.2

Can some one please suggest the appropriate action i need to take so that i can compile the code.

Thanks in advance

1 Reply

Avatar

Former Community Member

If you are invoking LiveCycle ES2 on JBoss compile with JDK 1.6 and run against JRE 6.

Steve