Exception in thread "main" java.lang.NoClassDefFoundError: com.ibm.ram.client.IRAMSessionObject
The API mentions RAMSession.put(IRAMSessionObject, IProgressMonitor)
However, I cannot find IRAMSessionObject beneath com.ibm.ram.client.IRAMSessionObject, as noted in the documentation for this method.
Can you please point out where to find this?
One answer
Hi,
IRAMSessionObject is packed with ramclient jars for JAVA API. I think one can find this class after import com.ibm.ram.common.jar in ramclient into project.
Thanks.