简体   繁体   English

加载Java vm Blackberry Webworks时发生Windows错误2

[英]windows error 2 occurred while loading the java vm blackberry webworks

Please how do I solve this problem that I have? 请如何解决我遇到的这个问题?

I have been trying to install BlackBerry WebWorks but the following error occurred while loading the Java VM: 我一直在尝试安装BlackBerry WebWorks但是在加载Java VM时发生以下错误:

windows error 2 Windows错误2

I have tried to install 32bit java JDK yet the error still keeps showing. 我尝试安装32位Java JDK,但错误仍然显示。

I have set the environment path, still no positive response. 我已经设定好环境路径,仍然没有积极的反应。

I need help. 我需要帮助。

Thanks in advance. 提前致谢。


In my case, the installation file "WebWorks-Tablet-Win-v2.2" that uses intallationAnywhere to deploy itself ran this error at 99% of the installation. 在我的情况下,使用intallationAnywhere自行部署的安装文件“ WebWorks-Tablet-Win-v2.2”在安装的99%时运行了此错误。 That was because i had multiple JRE installed on my computer for different versions. 那是因为我在计算机上安装了多个版本不同的JRE。

First for the installation to work you have to pay attention to the correct Runtime environment required that is mentioned in the system requirement. 首先,要使安装正常工作,必须注意系统要求中提到的正确的运行时环境。 Runtime environment Java® Runtime Environment 1.6 So for me i had to download jre-6u5-windows-i586-ps from java archive. 运行时环境Java®Runtime Environment 1.6因此,对我来说,我不得不从Java存档中下载jre-6u5-windows-i586-ps。

Solution is to run the installation from command prompt, with LAX_VM switch, pointing to he Java Dir location. 解决方案是从命令提示符运行安装,并使用LAX_VM开关指向Java Dir位置。

WebWorks-Tablet-Win-v2.2.exe LAX_VM "Java_DIR/jre/bin/java.exe" WebWorks-Tablet-Win-v2.2.exe LAX_VM“ Java_DIR / jre / bin / java.exe”

example: WebWorks-Tablet-Win-v2.2.exe LAX_VM C:\\Program Files\\Java\\jre1.8.0_73\\bin\\java.exe 示例:WebWorks-Tablet-Win-v2.2.exe LAX_VM C:\\ Program Files \\ Java \\ jre1.8.0_73 \\ bin \\ java.exe

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM