I am trying to compile a "Hello World" Green-Marl code in my Big Data Lite VM version 4.8, following this tutorial.
Every time I run session.compileProgram("../hello_world.gm") I get a java.lang.UnsupportedOperationException: compiler for language GM not found; make sure you have all required GM JAR files on the classpath error.
I have also posted a question on OTN forum, which can be found on the this link and has some more details about the problem, but still haven't had an answer.
I am trying to compile a "Hello World" Green-Marl code in my Big Data Lite VM version 4.8, following this tutorial.
Every time I run
session.compileProgram("../hello_world.gm")
I get ajava.lang.UnsupportedOperationException: compiler for language GM not found; make sure you have all required GM JAR files on the classpath
error.I have also posted a question on OTN forum, which can be found on the this link and has some more details about the problem, but still haven't had an answer.