Installing the JavaFX SDK on Ubuntu, Linux or OpenSolaris
1. Access the URL http://java.sun.com/javafx/downloads/
and
Download JavaFX 1.2.3 SDK for Linux platform on your local machine
2. And Upload by using ftp or file manager under the any directory and move to "/usr/local " directory .
3. cd /usr/local
4. chmod a+x javafx_sdk-1_2-linux-i586.sh
5. sh javafx_sdk-1_2-linux-i586.sh
6. Then it ask "yes" or "no "then enter the “yes” means accept the license terms.
7. Done


Reply With Quote