When I install the package RKEA in R, it seems to be all good. However, when I call the library, it causes a fatal error and the session is aborted immediately.
Once, I also saw this error:
Error occurred during initialization of VM (java/lang/NoClassDefFoundError: java/lang/Object)
I added the path which has jvm.dll to the environmental variables as shown in this stackoverflow page: JRE 1.7 returns: java/lang/NoClassDefFoundError: java/lang/Object
Also, I'm using Java 8
How do I overcome this problem?