]
Konstantin Marmalyukov commented on JBIDE-17234:
------------------------------------------------
[~maxandersen] This problem is not on java8, its on 64bit. It doesn't matter is user
on java7 or java8 in this case.
In cases I describe earlier:
1(What we have now). We cannot detect suitable jvm. We have only 64bit jvm which
doesn't suits us now. So we ask user to add 32bit vm.
2.We can detect 64bit jvm and use it from start. The problem is that using SWT.Webkit
becomes impossible here(no 64bit Safari), only javaFx engine is available.
I want to use point2 to make browsersim working out-of-box, despite on SWT.Webkit
unavailability.
Cannot launch BrowserSim on Windows 8.1 (32- or 64-bit) w/ JDK 7 or
8
---------------------------------------------------------------------
Key: JBIDE-17234
URL:
https://issues.jboss.org/browse/JBIDE-17234
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: browsersim
Affects Versions: 4.2.0.Beta1
Environment: Windows 8.1 Pro, 64-bit
Reporter: Nick Boldt
Assignee: Konstantin Marmalyukov
Fix For: 4.2.0.Beta2
Attachments: jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png,
jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png, win81pro-details.png
System details: [^win81pro-details.png]
I have tried the following:
a) install jbdevstudio-product-universal-8.0.0.Beta1-v20140408-2350-B93.jar via
commandline, using JDK 7 (32- and 64-bit) and JDK 8 (64-bit). Using the 32-bit JDK,
I've both used and omitted the -d32 flag.
JDK versions:
* jdk1.7.0_55 (32- and 64-bit)
* jdk1.8.0_05 (64-bit)
b) In Central, click either `Start from scratch > HTML5 Project`, or `Start from a
sample > Mobile Applications > kitchensink-html5-mobile`
c) In Project Explorer, open `src > main > webapp > index.html`
d) right-click the file and select `Open With > BrowserSim`
If JBDS was installed in 32-bit mode, you get this error:
!jbds8b1-win81-failure-to-launch_with_32-bit-jdk7_installed_d32.png!
If JBDS was installed in 64-bit mode, you get this error:
!jbds8b1-win81-failure-to-launch_with_32-bit-jdk.png!