Compile Error. ---------- 1. ERROR in /home/stefan/.javax/1513287434655/main.java (at line 206) List l = ai_markCandidateBotTriples_analyze(t); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method ai_markCandidateBotTriples_analyze(List) from the type main refers to the missing type CandidateMsg ---------- 2. ERROR in /home/stefan/.javax/1513287434655/main.java (at line 217) static List ai_markCandidateBotTriples_analyze(List t) { ^^^^^^^^^^^^ CandidateMsg cannot be resolved to a type ---------- 3. ERROR in /home/stefan/.javax/1513287434655/main.java (at line 218) List l = new ArrayList(); ^^^^^^^^^^^^ CandidateMsg cannot be resolved to a type ---------- 4. ERROR in /home/stefan/.javax/1513287434655/main.java (at line 220) CandidateMsg m = new CandidateMsg(); ^^^^^^^^^^^^ CandidateMsg cannot be resolved to a type ---------- 5. ERROR in /home/stefan/.javax/1513287434655/main.java (at line 220) CandidateMsg m = new CandidateMsg(); ^^^^^^^^^^^^ CandidateMsg cannot be resolved to a type ---------- 5 problems (5 errors) java.lang.RuntimeException: java.lang.reflect.InvocationTargetException