JavaCompiler Server to convert Java code to Javascript code For Unity project

Job ID: 34688406

Budget: $250 – $750 USD

We need a JavaCompiler Server for converting Java to JavaScript.

We have an web application written in Electron that communicates to Unity/Webgl but this process doesn’t accept Java code only javascript.
Our current approach was to take each Java program that was written and individually make it work in JavaScript sort of like creating a dictionary. So our original transpilier is this Dictionary like project. We need to send the Java code from the “programming window” with a transpilier which send the data back to the webApp and then into Unity/webgl. The transpilier could be something like JavaAST parsers, or j2cl- jsweet (we started with this) or TeaVm or GWT In essence we will need to be transpiling code (rewriting it (java) in another language-javascript