Open blackjyn opened 3 years ago
I would like to say thank you so much for this project. :+1: It opens lot of possibilities now.
I tried to run a simple JavaFX 11 source code that loads FXML source file. When I tried to transpile using Bytecoder, it seems works until it halts:
Exec: java --module-path "D:\devsdk\JAVAFXs\javafx-sdk-11\lib" --add-modules=javafx.controls,javafx.fxml -jar bytecoder.jar -classpath=. -mainclass=application.Main -builddirectory=. -backend=wasm_llvm -minify=false
java --module-path "D:\devsdk\JAVAFXs\javafx-sdk-11\lib" --add-modules=javafx.controls,javafx.fxml -jar bytecoder.jar -classpath=. -mainclass=application.Main -builddirectory=. -backend=wasm_llvm -minify=false
Env:
Related to #250
I would like to say thank you so much for this project. :+1: It opens lot of possibilities now.
I tried to run a simple JavaFX 11 source code that loads FXML source file. When I tried to transpile using Bytecoder, it seems works until it halts:
Exec:
java --module-path "D:\devsdk\JAVAFXs\javafx-sdk-11\lib" --add-modules=javafx.controls,javafx.fxml -jar bytecoder.jar -classpath=. -mainclass=application.Main -builddirectory=. -backend=wasm_llvm -minify=false
Env: