[jbosstools-issues] [JBoss JIRA] (JBIDE-16405) Engines switcher in BrowserSim does not work on java7u51

Konstantin Marmalyukov (JIRA) issues at jboss.org
Tue Jan 28 13:55:28 EST 2014


    [ https://issues.jboss.org/browse/JBIDE-16405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12939380#comment-12939380 ] 

Konstantin Marmalyukov edited comment on JBIDE-16405 at 1/28/14 1:55 PM:
-------------------------------------------------------------------------

To make BrowserSim switcher work we need to load both javafx Webkit and SWT Webkit. For java 7u45 and earlier we need to load SWT webkit before javafx webkit, for java 7u51 we need to load javafx webkit before swt webkit. For java8b124(latest from ea) everything is fine for both ways of loading.

>From the conversation with Steve Northover from javafx this will not be fixed in java 7. In the worst case we will check the java version and after that load webkits in appropriate order.
                
      was (Author: kmarmaliykov):
    To make BrowserSim switcher work we need to load both javafx Webkit and SWT Webkit. For java 7u45 and earlier we need to load SWT webkit before javafx webkit, for java 7u51 we need to load javafx webkit before swt webkit. For java8b124(latest from ea) everything is fine.

>From the conversation with Steve Northover from javafx this will not be fixed in java 7. In the worst case we will check the java version and after that load webkits in appropriate order.
                  
> Engines switcher in BrowserSim does not work on java7u51
> --------------------------------------------------------
>
>                 Key: JBIDE-16405
>                 URL: https://issues.jboss.org/browse/JBIDE-16405
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: browsersim
>    Affects Versions: 4.2.0.Alpha1
>         Environment: Windows 7, java7u51
>            Reporter: Konstantin Marmalyukov
>            Assignee: Konstantin Marmalyukov
>            Priority: Critical
>             Fix For: 4.2.0.Alpha2
>
>
> java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\Java\jdk1.7.0_51\jre\bin\jfxwebkit.dll: Can't find dependent libraries
> Upstream issue: https://javafx-jira.kenai.com/browse/RT-35480

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list