Compile Error. ---------- 1. ERROR in /root/.javax/1515340397914/main.java (at line 178) return ai_spec_relRewrite(ai_getWeb("vcmfvlmjrnaclmnp")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Cannot return a void result ---------- 2. ERROR in /root/.javax/1515340397914/main.java (at line 202) for (WebRelation r : web_relationObjects(web)) { ^^^ web cannot be resolved to a variable ---------- 3. ERROR in /root/.javax/1515340397914/main.java (at line 205) postDerivedFromWeb(web, web_text(r.a), newRel, web_text(r.b)); ^^^ web cannot be resolved to a variable ---------- 4. ERROR in /root/.javax/1515340397914/main.java (at line 323) static String postDerivedFromWeb(Web web, String a, String b, String c) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This method must return a result of type String ---------- 5. ERROR in /root/.javax/1515340397914/main.java (at line 324) try ( AutoCloseable __6 = temp_ai_setMaker(web.source)) { ^^^ Unhandled exception type Exception thrown by automatic close() invocation on __6 ---------- 6. ERROR in /root/.javax/1515340397914/main.java (at line 325) try ( AutoCloseable __7 = tempSetThreadLocal(ai_postTriple_verified, web.verified())) { ^^^ Unhandled exception type Exception thrown by automatic close() invocation on __7 ---------- 6 problems (6 errors) java.lang.RuntimeException: Java compiler returned errors.