Wrote /root/JavaX-Caches/tmp_923138512/main.java - 953 bytes (written=953, should be 953)
javac=0, ecj=1, useJarBot=0
Checking ECJ at port 4898 at 127.0.0.1
/root/jdk-17/bin/javac -source 11 -target 11 -nowarn -encoding utf8 -Xdiags:verbose -cp /root/.javax/x30.jar:/root/dexcompiler/android.jar:/root/dexcompiler/support-v4-22.2.1.jar:/root/javafx/javafx.base.jar:/root/javafx/javafx.graphics.jar:/root/javafx/javafx.swing.jar -d /root/JavaX-Caches/tmp_1901692249 /root/JavaX-Caches/tmp_923138512/main.java 2>&1
[Compilation Error]Compiler errors. Medium transpile. Show Java sources. Show snippet. Edit.
/root/JavaX-Caches/tmp_923138512/main.java:1: error: class, interface, or enum expected
static O readPersistentVarFromOtherProgram(S progID, S variableName) ctex {
^
/root/JavaX-Caches/tmp_923138512/main.java:3: error: class, interface, or enum expected
File textFile = programFile(progID, variableName + ".text");
^
/root/JavaX-Caches/tmp_923138512/main.java:4: error: class, interface, or enum expected
S value = loadTextFile(textFile);
^
/root/JavaX-Caches/tmp_923138512/main.java:5: error: class, interface, or enum expected
if (value != null) ret value;
^
/root/JavaX-Caches/tmp_923138512/main.java:6: error: class, interface, or enum expected
File structureFile = programFile(progID, variableName + ".structure");
^
/root/JavaX-Caches/tmp_923138512/main.java:7: error: class, interface, or enum expected
value = loadTextFile(structureFile);
^
/root/JavaX-Caches/tmp_923138512/main.java:9: error: class, interface, or enum expected
if (nempty(value))
^
/root/JavaX-Caches/tmp_923138512/main.java:12: error: class, interface, or enum expected
File structureGZFile = programFile(progID, variableName + ".structure.gz");
^
/root/JavaX-Caches/tmp_923138512/main.java:13: error: class, interface, or enum expected
if (!structureGZFile.isFile()) null;
^
/root/JavaX-Caches/tmp_923138512/main.java:14: error: class, interface, or enum expected
InputStream fis = new FileInputStream(structureGZFile);
^
/root/JavaX-Caches/tmp_923138512/main.java:15: error: class, interface, or enum expected
try {
^
/root/JavaX-Caches/tmp_923138512/main.java:17: error: class, interface, or enum expected
InputStreamReader reader = new InputStreamReader(gis, "UTF-8");
^
/root/JavaX-Caches/tmp_923138512/main.java:18: error: class, interface, or enum expected
BufferedReader bufferedReader = new BufferedReader(reader);
^
/root/JavaX-Caches/tmp_923138512/main.java:19: error: class, interface, or enum expected
ret unstructure_tok(javaTokC_noMLS_onReader(bufferedReader), allDynamic, null);
^
/root/JavaX-Caches/tmp_923138512/main.java:20: error: class, interface, or enum expected
} finally {
^
/root/JavaX-Caches/tmp_923138512/main.java:22: error: class, interface, or enum expected
}
^
16 errors