Don't work againmy page<!DOCTYPE html>
<html lang="en"><head><meta charset="utf-8"><title>CheerpJ test</title><script src="https://cheerpjdeploy.leaningtech.com/loader.js"></script></head><body></body><script>cheerpjInit();
cheerpjRunJar("teste/app/DOeApplet-128e.jar");</script></html><html>Atenciosamente,Leonardo Nolasco Gama
Centro de Processamento de DadosImprensa Oficial do Estado do Rio de Janeiro 21 2717-5276 Ramal:4497 2018-03-14 5:54 GMT-03:00 Alessandro Pignotti <aless...@leaningtech.com>:AlessandroKeep in mind that this command is equivalent to using "java -jar DOeApplet-128e.jar" on the command line. You can use native java to make sure that the program behaves as expected before running on CheerpJ.Moreover, using the cheerpjRunJarWithClasspath in your case is redundant. There is only 1 jar used multiple times. Simplify the code by using just2) The first argument of cheerpjRunJarWithClasspath must be also an absolute path, it should start with /app/1) The page is being run directly from the disk (i.e. the URL starts with file://). That is not supported, a local Web server _must_ be used.Hello,I see at least 2 problems in your setup
cheerpjRunJar("/app/DOeApplet-128e.jar");
--
You received this message because you are subscribed to the Google Groups "CheerpJ Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cheerpj-developers+unsubscribe@googlegroups.com.
To post to this group, send email to cheerpj-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/cheerpj-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/cheerpj-developers/074143c1-5d86-477b-9800-bae1b5bffc59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--