Alireza Ghasemi
Alireza Ghasemi
Hi again, Does this error mean one of the dependencies has native code? > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project TVM: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags ->...
Thanks, now that you are online :) I see this error when adding Apache [OpenNLP](https://mvnrepository.com/artifact/org.apache.opennlp/opennlp-tools) as a dependency: > [ERROR] Failed to execute goal org.teavm:teavm-maven-plugin:0.6.1:compile (web-client) on project TVM: Unexpected...
Class file major version 58 is for Java 14. Will update here if I manage to solve it. P.S. TeaVM apparently works with up to Java 13.
_Update:_ Using JDK 11 instead of 14 as compiler solved that issue. `java.version` didn't help. So apparently they call it LTS for a reason!
Hi. I just generated the basic example as in the getting started guide and the reference to `runtime.js` is still there in the `index.html`. Maybe it could be a good...
Thanks for the workaround. Can you please elaborate a bit more, why is TeaVM "not intended to write libraries to be used from JavaScript"? And about the interpreter, can't I...
Many thanks for the details. I believe moving (some) business logic and computational load from server to the client can be a legitimate goal as well. Here is an example,...
I meant the statement, sorry. I am more than surprised that the compiler does not complain about package directory structure. Going to test it after the holidays.
> Any issues with proxies should go away once we decide to switch to MIMA. What is MIMA? :)