Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

building the javaFX for raspberry PI (armv6hf)

3126899Nov 24 2015 — edited Nov 24 2015

hello,

I am trying to build the javaFX for raspberry PI with cross compile on linux ubuntu 12.04 64 bit. I have succeded building the libraries with out the web module. but I need the web module because it contain the webview component for showing web pages. so I tried to build the javaFX with the web module but it throws errors, I have managed to fix the errors until I got an error that complains about libxml2 missing, but it is installed and also the dev package is installed on the system so I dont know what is the problem.

here is the error:

Project ERROR: libxml-2.0 development package not found

make[1]: *** [sub-TargetJava-pri-make_first-ordered] Error 3

make: *** [sub-WebCore-WebCoreJava-pro-make_first-ordered] Error 2

make[1]: Leaving directory `/home/osboxes/Documents/Desktop/rt-6182fa11d50c/modules/web/build/armv6hf/Release/WebCore'

:web:compileNativeArmv6hf FAILED

FAILURE: Build failed with an exception.

* Where:

Build file '/home/osboxes/Documents/Desktop/rt-6182fa11d50c/build.gradle' line: 2525

* What went wrong:

Execution failed for task ':web:compileNativeArmv6hf'.

> Process 'command 'perl'' finished with non-zero exit value 2

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 22 2015
Added on Nov 24 2015
0 comments
895 views