HaxeFoundation / hxjava

Haxe Java support library. Build scripts and support code.
The Unlicense
46 stars 14 forks source link

-java-lib not working for javaFX #6

Closed npretto closed 10 years ago

npretto commented 10 years ago

This is the command i used to compile a sample haxe file: haxe -java-lib jfxrt.jar -debug -cp src -java java -D -main Main These are the errors: https://gist.github.com/lordkryss/8688dd1e046a30fee79d

andyli commented 10 years ago

duplicate of HaxeFoundation/haxe#2738