-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
-
GNU/Linux and other X11 evnvironments.
RT-13407 changed the notifyMouse event to take one fewer parameters. This causes the following failure:
[junit] erk Java exception detected in at Java_com_sun_glass_ui_x11_X11Appli
cation__1initIDs:src/com/sun/glass/ui/GlassApplication.c:143
[junit] Exception in thread "main" java.lang.NoSuchMethodError: notifyMouse
[junit] at com.sun.glass.ui.x11.X11Application._initIDs(Native Method)
[junit] at com.sun.glass.ui.x11.X11Application.<clinit>(X11Application.java:43
This fix is obvious - see the NotifMouse.patch attachment.
[junit] erk Java exception detected in at Java_com_sun_glass_ui_x11_X11Appli
cation__1initIDs:src/com/sun/glass/ui/GlassApplication.c:143
[junit] Exception in thread "main" java.lang.NoSuchMethodError: notifyMouse
[junit] at com.sun.glass.ui.x11.X11Application._initIDs(Native Method)
[junit] at com.sun.glass.ui.x11.X11Application.<clinit>(X11Application.java:43
This fix is obvious - see the NotifMouse.patch attachment.