Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JavaFX support #515

Open
blackjyn opened this issue Feb 9, 2021 · 1 comment
Open

Add JavaFX support #515

blackjyn opened this issue Feb 9, 2021 · 1 comment

Comments

@blackjyn
Copy link

blackjyn commented Feb 9, 2021

I would like to say thank you so much for this project. 👍 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
@mirkosertic
Copy link
Owner

Related to #250

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants