"Unknown variable or type X" if class X is already compiled
Brought to you by:
mecki
When I run
$ java net.janino.Compiler D.java
and class "E" is auto-compiled through the source path,
everything works fine. When I run the command again and
"E.class" exists, I get
D.java: Unknown variable or type "E"
When I remove "E.class" and run the command again, it
works again.
Logged In: YES
user_id=865893
Already-compiled class files were not loaded properly.
Released with 0.1.13.