Closed humbertodias closed 1 year ago
FreeJ2ME Requires Java SE to be installed on the host system, a port to emscripten
would require that it be able to fork and communicate with the FreeJ2ME JAR that is being ran by Java.
Thanks. I see. So, the port through emscripten that makes the bridge is missing. Because, I also have Java SE installed inside the container.
Your browser would need to fork a Java VM and launch the game, but the browser is not one to be implementing this due to the security concerns.
After compiling using emscripten https://github.com/hex007/freej2me/issues/93 we have two files: freej2me_libretro.js and freej2me_libretro.wasm Then, I have copied to the container at folder /var/www/html The retroarch starts well, but freezes after selecting the j2me jar game. Used container https://github.com/humbertodias/docker-retroarch-web