I recently started JAVAFX, so I got SceneBuilder to help... but I can't it launch after installation and reinstallation.
It prints
segmentation fault (core dumped)
as an error when I try to run it via the terminal
I recently started JAVAFX, so I got SceneBuilder to help... but I can't it launch after installation and reinstallation.
It prints
segmentation fault (core dumped)
as an error when I try to run it via the terminal
I was also facing the same problem last few days and few minutes ago I got solution from this post and it worked perfectly (if you are ubuntu user).
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Edit:
when the installation is complete the prompt for restart will appear do it. If the prompt don't appear then you have to do it manually by
sudo reboot