j2js-compiler
j2js-compiler copied to clipboard
⚠️ Deprecated. A Java Bytecode to JavaScript Cross-Compiler.
java -cp "../j2js-compiler/libs/commons-io-1.4.jar;../j2js-compiler/libs/bcel-5.1.jar;../j2js-compiler/target/classes/" com.j2js.J2JSCompiler . "target/classes;../j2js-jre/target/classes/;../j2js-agent/target/classes/" net.x3djsonld.abox target/assemblies [INFO] Entry point is net.x3djsonld.abox#main(java.lang.String[])void [INFO] Creating assembly .\target\assemblies [INFO] Resolving class path [.\target\classes, .\..\j2js-jre\target\classes, .\..\j2js-agent\target\classes] [INFO] Cross-Compiling java.lang.RuntimeException [INFO] Cross-Compiling java.lang.Throwable...
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
I would very much like having a pom.xml to compile with maven :)
Please check the link j2js.com point to some medical website and not technical.
If I compile project with j2js-jre without rt.jar then can not resolve imports: import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream;
I receive the follow compiler errors. It look like that you have not checkin all. Project 'j2js-agent' is missing required source folder: 'src/test/java' Project 'j2js-agent' is missing required source folder:...