Java file compilation error
|
|
---|---|
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. 1) 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; |
|
|
---|---|
Hi, you need to add the java TANGO server classes to your CLASSPATH. I am not the expert but you could try using this one: http://www2.synchrotron-soleil.fr/controle/maven2/soleil/org/tango/JTangoServer/1.1.7/JTangoServer-1.1.7-all.jar It should have all the classes you need. Andy |
|
|
---|---|
Hi It works. Thank you for your help. Pritesh |