Blackberry tablet SDK on Win64
I'm trying to install the BlackBerry tablet SDK 0.9.0 for Windows but the installer gives the following error:
Win64 not supported. The author of the package you are installing did not inclu开发者_开发知识库de support for this platform
Is there a way to trick the installer to think I have a 32-bit OS instead of a 64-bit one?
Ok, this works for Windows 7 x64.
- Install a java vm for "Windows" (aka the 32bit version from Oracle)
- Reboot after install
- Unzip the BlackBerryTabletSDK-Air-Installer-0.9.0-Win.exe installer file (I used 7zip)
- Navigate to this file: BlackBerryTabletSDK-Air-Installer-0.9.0-Win\Windows\BlackBerryTabletSDK-Air-Installer-0.9.0.201010221500.lax
- Locate this property: lax.nl.current.vm=
- Set it to the location where you installed the 32 bit jvm (for me): lax.nl.current.vm=C:/Program Files (x86)/Java/jdk1.6.0_22/bin/java.exe
- Save the file
- Double click the BlackBerryTabletSDK-Air-Installer-0.9.0.201010221500.exe 6.
精彩评论