Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-15120 BrowserSim does not launch on Java 6 32-bit JVM Mac OS X #139

Closed
wants to merge 1 commit into from

Conversation

kmarmaliykov
Copy link
Contributor

hotfix

@@ -141,6 +142,8 @@ private void fillValues() {
String message;
if (Platform.OS_WIN32.equals(Platform.getOS())) {
message = "BrowserSim/CordovaSim require a 32-bit JRE/JDK 6 or JDK 7 to be installed.";
} else if (PlatformUtil.OS_MACOSX.equals(PlatformUtil.getOs()) && PlatformUtil.ARCH_X86.equals(PlatformUtil.getArch())) {
message = "BrowserSim/CordovaSim require Java 6 to be installed.";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is misleading.

Java 6 is only needed when OSX and running Eclipse 32-bit ?

it would work with Java 7 if user was runing 64-bit eclipse right ?

Then message should be something like:
"To run BrowserSim with Java 7 you must run 64-bit Eclipse or use Java 6 that supports 32-bit"

@maxandersen
Copy link
Member

This looks good - getinto both branches?

@yradtsevich
Copy link
Contributor

Applied in master and jbosstools-4.1.x branches as 207fe19

@yradtsevich yradtsevich closed this Jul 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants