Compiling jfx78 backport for iOS
Felipe Heidrich
felipe.heidrich at oracle.com
Tue Nov 19 23:47:38 PST 2013
Hi Tom,
Isn’t Duration.java that you need, it is Duration.class (that is what javah takes)
I guess you deleted jfxrt.jar ?
Try the following:
gradle clean
gradle sdk
gradle --debug -PCOMPILE_TARGETS=ios -PUSE_LIPO=true -PGENERATE_SYMBOLS=true -PBUILD_IOS_TOOLS=false -PIOS_VERSION=7.0 -PSTUB_RUNTIME=build/mac-sdk/rt/ sdk
Note I add -PSTUB_RUNTIME=build/mac-sdk/rt and removed clean (otherwise it would delete the file point by STUB_RUNTIME).
Felipe
On Nov 19, 2013, at 4:31 PM, Tom Schindl <tom.schindl at bestsolution.at> wrote:
> but the Duration.java is there in:
>
> ./modules/base/src/main/java/javafx/util/Duration.java
>
> Anyone an idea what's going wrong?
More information about the openjfx-dev
mailing list