Bytecoder icon indicating copy to clipboard operation
Bytecoder copied to clipboard

Add JavaFX support

Open blackjyn opened this issue 4 years ago • 1 comments

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: bytecoder-jfx

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:

  • Java 11
  • JFX 11
  • Clang v11

blackjyn avatar Feb 09 '21 18:02 blackjyn

Related to #250

mirkosertic avatar Feb 10 '21 21:02 mirkosertic