Hi, we're trying Zabbix appliance 2.0.6, and we need to enable the Zabbix Java Gateway.
When we try to compile by make, we have the following error:
javac -d class/src -classpath lib/org-json-2010-12-28.jar:lib/logback-core-0.9.27.jar:lib/logback-classic-0.9.27.jar:lib/slf4j-api-1.6.1.jar src/com/zabbix/gateway/*.java
src/com/zabbix/gateway/BinaryProtocolSpeaker.java:48: error: ZabbixException cannot be resolved to a type
public String getRequest() throws IOException, ZabbixException
^^^^^^^^^^^^^^^
What can be wrong?
Best,
JM
When we try to compile by make, we have the following error:
javac -d class/src -classpath lib/org-json-2010-12-28.jar:lib/logback-core-0.9.27.jar:lib/logback-classic-0.9.27.jar:lib/slf4j-api-1.6.1.jar src/com/zabbix/gateway/*.java
src/com/zabbix/gateway/BinaryProtocolSpeaker.java:48: error: ZabbixException cannot be resolved to a type
public String getRequest() throws IOException, ZabbixException
^^^^^^^^^^^^^^^
What can be wrong?
Best,
JM
Comment