Why is not this command working?
Hello!I try to install JavaFX into my Linux Mandriva System.
I found this site:
http://silveiraneto.net/2008/12/06/javafx-sdk-10-on-linux/
It seems like they have manage to install a unofficiel version of JavaFX since it is not released yet. At the site there is some commands to install it with.
But when I run the last commands I getting this:
[root@linux_2 Unofficiel]# echo “PATH=\$PATH:/opt/javafx/bin” >> ~/.bash_profile
[root@linux_2 Unofficiel]# echo “JAVAFX_HOME=/opt/javafx” >> ~/.bash_profile
[root@linux_2 Unofficiel]# source ~/.bash_profile
bash: TMOUT: readonly variable
bash: “PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/qt4/bin:/usr/bin:/opt/kde3/bin:/opt/javafx/bin”: No such file or directory
bash: “JAVAFX_HOME=/opt/javafx”: No such file or directory
[root@linux_2 Unofficiel]#
I guess these commands writes the path to some profile-file? Since my profile file seems to be named .bash_profile I tried to write to that one.
But It seems I do not manged it at the last line.
If you guys can see where I going wrong please let me know!
Best regards
Fredrik