when trying to execute the jar file as mentioned in KB 1390863 this is in BOXI 3.1
i am getting the below error
Exception in thread "main" java.lang.NoClassDefFoundError: com/crystaldecisions/sdk/exception/SDKException
at com.businessobjects.cloneinstts.Main.main(Main.java:8)
Caused by: java.lang.ClassNotFoundException: com.crystaldecisions.sdk.exception.SDKException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
i tried for resolving this error by searching in help but could not find a valid solution.
anybody has any idea how to resolve this.