Hi!
As in makefile CLASSPATH is not defined, it throws errors while compiling the POGO generated .java file. So where to find import packages required by POGO generated code.
Is there any standard location which need to be added to the CLASSPATH?
E.g.
error: package org.slf4j does not exist
import org.slf4j.Logger;
2)error: package org.tango.server does not exist
import org.tango.server.InvocationContext;