I downloaded the JavaFx preview from oracle home page. It’s a zip file, I wonder how one could install it on Ubuntu 12.04 pc.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See the installation instructions on the JavaFX 2 release notes for Linux.
http://docs.oracle.com/javafx/2/release_notes_linux/jfxpub-release_notes_linux.htm
To install:
Download the JavaFX SDK zip file from http://www.oracle.com/technetwork/java/javafx/downloads/devpreview-1429449.html
Extract the SDK files from the zip file to a directory on your local file system.
There is more detailed info in these blog posts if you need it.
http://www.weiqigao.com/blog/2012/01/26/javafx_2_1_sdk_developer_preview_comes_to_linux.html
http://www.weiqigao.com/blog/2012/02/03/running_32_bit_javafx_2_1_beta_sdk_on_64_bit_ubuntu_11_10.html
The blog posts also mention how to ensure that the correct codecs for media playback are installed.