简体   繁体   中英

JavaFXSceneBuilder1.1 not starting in Ubuntu Linux

JavaFXSceneBuilder1.1 does not start on my Ubuntu Linux box.

Running it with strace gives

[...]
_llseek(3, 58278358, [58278358], SEEK_SET) = 0
read(3, "PK\3\4\n\0\0\0\0\0j\26AB\327\343\f!\242\0\0\0\242\0\0\0\36\0\0\0", 30) = 30
_llseek(3, 58278418, [58278418], SEEK_SET) = 0
read(3, "\312\376\272\276\0\0\0003\0\t\1\0\nSourceFile\1\0\tinterr"..., 162) = 162
gettimeofday({1361821505, 463824}, NULL) = 0
gettimeofday({1361821505, 463860}, NULL) = 0
gettimeofday({1361821505, 463896}, NULL) = 0
gettimeofday({1361821505, 463932}, NULL) = 0
gettimeofday({1361821505, 463968}, NULL) = 0
gettimeofday({1361821505, 464003}, NULL) = 0
gettimeofday({1361821505, 464068}, NULL) = 0
gettimeofday({1361821505, 464106}, NULL) = 0
gettimeofday({1361821505, 464142}, NULL) = 0
gettimeofday({1361821505, 464183}, NULL) = 0
gettimeofday({1361821505, 464222}, NULL) = 0
gettimeofday({1361821505, 464309}, NULL) = 0
gettimeofday({1361821505, 464346}, NULL) = 0
futex(0x835beac, FUTEX_WAIT_PRIVATE, 1, NULL

then it hangs.

Strangely when I start it with

sudo ./JavaFXSceneBuilder1.1 

everything seems to work without problems.

Linux is 3.2.0-38-generic-pae #61-Ubuntu SMP Tue Feb 19 12:39:51 UTC 2013 i686 i686 i386 GNU/Linux

SceneBuilder is javafx_scenebuilder-1_1-beta-b21-linux-i586-14_feb_2013

sudo is a non-option for me, not only because it doesn't integrate with Netbeans 7.3, but also for security reasons.

If you are a visually impaired person you ain't gonna like my answer:

To make it render properly I had to disable "Assistive Technologies".

In GNOME 2, System-> Preferences-> Assistive Technologies-> Enable assistive technologies set to disable and log out.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM