[jbosstools-issues] [JBoss JIRA] Resolved: (JBDS-1075) Should JBDS work around SWT/GTK button-click bug or move up to latest Eclipse 3.5.2 milestone?

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Jan 26 19:09:19 EST 2010


     [ https://jira.jboss.org/jira/browse/JBDS-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt resolved JBDS-1075.
------------------------------

    Resolution: Done
      Assignee: Nick Boldt  (was: Dominik Pospisil)


1. Install jbdevstudio-eap-linux-gtk-3.0.0.v200911180352M-H96-M4.jar (using default java on path, OpenJDK6) and configure it to use Sun Java 5 once installed.

2. Launch JBDS using SWT workaround:

  cd ~/jbdevstudio-3.0.0.v200911180352M-H96-M4/eclipse; GDK_NATIVE_WINDOWS=true ./eclipse

3. Clicked "check for updates." - No updates available.

4. Help > Install > Available Sites > enable JBT development update site (currently includes CR1)

5. Java throws SIGSEGV and crashes Eclipse.

6. Restart with OpenJDK6:

    cd ~/jbdevstudio-3.0.0.v200911180352M-H96-M4/eclipse; GDK_NATIVE_WINDOWS=true ./eclipse -vm /etc/alternatives/java_sdk/bin/java

7. Same crash. 

8. Install jbdevstudio-linux-gtk-3.0.0.v201001261357N-H86-CR2.jar, built with newer Eclipse 3.5.2M.

No crash occurs using default java (OpenJDK6) or when run like this:

  cd ~/jbdevstudio-3.0.0.v201001261357N-H86-CR2/eclipse; ./eclipse -vm /opt/jdk1.5.0_19/bin/java

9. Uninstall, reinstall using 

  /opt/jdk1.5.0_19/bin/java -jar ~/tmp/JBDS_Installers/jbdevstudio-linux-gtk-3.0.0.v201001261357N-H86-CR2.jar

Anyway, my point is that where M4 sucks with Fedora 12, RC2 rocks the box.

> Should JBDS work around SWT/GTK button-click bug or move up to latest Eclipse 3.5.2 milestone?
> ----------------------------------------------------------------------------------------------
>
>                 Key: JBDS-1075
>                 URL: https://jira.jboss.org/jira/browse/JBDS-1075
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>    Affects Versions: 3.0.0.CR1
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>            Priority: Blocker
>             Fix For: 3.0.0.CR2
>
>         Attachments: devstudio-installer-version.properties-eclipse-build.properties.patch
>
>
> With the latest GTK+ 2.17.x/2.18.x in Linux (32- or 64-bit), Eclipse buttons in dialogs and other places are not working for me if clicked with the mouse. Also cannot see anything in the tree when trying to install updates.
> Solution, as documented here [1], is to 
> > export GDK_NATIVE_WINDOWS=true
> before running JBDS; we could do what Fedora did for Eclipse 3.5.1 in Fedora 12: instead of simply running ./eclipse, we run a bash script which does the above export before running ./eclipse.
> [1]http://wiki.eclipse.org/IRC_FAQ#Eclipse_buttons_in_dialogs_and_other_places_are_not_working_for_me_if_I_click_them_with_the_mouse._I_also_cannot_see_anything_in_the_tree_when_I_try_to_install_updates._What.27s_going_on.3F
> Should we do this to avoid a flurry of support problems? 
> Or start building JBDS with the latest Eclipse 3.5.2 milestone?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list