The java bindings are not complete. The python binding generator does not generate cp_operand.h constants.
Arm_const.java:167: error: cannot find symbol
public static final int ARM_OP_INVALID = CS_OP_INVALID;
^
symbol: variable CS_OP_INVALID
location: class Arm_const
Arm_const.java:168: error: cannot find symbol
public static final int ARM_OP_REG = CS_OP_REG;
The java bindings are not complete. The python binding generator does not generate cp_operand.h constants.
Arm_const.java:167: error: cannot find symbol public static final int ARM_OP_INVALID = CS_OP_INVALID; ^ symbol: variable CS_OP_INVALID location: class Arm_const Arm_const.java:168: error: cannot find symbol public static final int ARM_OP_REG = CS_OP_REG;