LaunchAnywhere Error: Windows error 2 occured while loading the Java VM

Anonymous
2015-07-25T06:13:46+00:00

The error in the title come out when i tried to install a stock trading software,is there any method to fix it?[ I have tried to install the software on another laptop to make sure it is not the problem of the software.Download link: https://www.osk188.com/page.jsp?name=download_apps]

Windows for home | Previous Windows versions | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

54 answers

Sort by: Most helpful
  1. Anonymous
    2017-01-11T21:11:31+00:00

    Hi Ryan Pag,

    I am having this issue after installing ViewPower 2.14 to view UPS monitoring.

    I have Windows 10 Pro x64

    Does Windows 10 use JAVA?

    If you may provide a solution to the:

    "Windows error 206 occured while loading the JAVA VM"

    Thanks in advance.

    0 comments No comments
  2. Anonymous
    2017-01-13T02:48:42+00:00

    Hi,

    For more information, we suggest that you post your query on this forum to get assistance from the expert in such related concerns.

    Regards.

    0 comments No comments
  3. Anonymous
    2017-03-14T12:04:44+00:00

    this method is not working for me please help me

    0 comments No comments
  4. Anonymous
    2017-03-14T17:11:02+00:00

    @ahgk

    The method described in this thread does NOT work. The problem is that any Java app built with a 6.x installer will not install on a system running Java 8. The issue is that when the installer checks the installed version of Java, version 6.x reported its version as "60", and it would normally accept a return value of "80" as newer, and therefore compatible. With Java 8.x though (and possibly 7.x, I don't know), Java reports its version with three digits (i.e. 800) which confuses the 6.x installer into thinking the installed Java version is too low to install onto (my guess is that it only looks at the last two digits... "00"). Setting environment variables and other workarounds do not fix this issue, but luckily, there IS a workaround that allows a 6.x installer to work on a system with Java 8.x installed.

    The solution is to run the installed with additional parameters which tell it to run itself with the Java.exe installed on your system instead of the one packaged into the installer. To install your 6.x Java app on your Java 8.x system...

    1. Open a command line window
    2. Enter the following command in the command window...

    installer.exe LAX_VM "C:\Program Files (x86)\Java\jre1.8.0_121\bin\java.exe"

    Replace "installer.exe" with the filename of the installer you are trying to execute, and change the path to java.exe to match the location on your own system. When you enter this command and hit <Enter> the GUI installer will execute normally and you can close the command line  window.

    12 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2017-08-23T07:58:20+00:00

    thanx dude , i have the same problem and now it's working , many thanx

    0 comments No comments