Monday, March 30, 2015

Solution for "Initialized java loader error" in mysql Migration toolkit



















Step 1: Open the command prompt. Change to the mysql tools installation path (path will be vary based on the installed Mysql version)

         C:\Documents and Settings\System14>cd C:\Program Files\MySQL\MySQL Tools for 5.0

Step 2: And then type the following command(jvm.dll path will be vary based on the installed java version)

           C:\Program Files\MySQL\MySQL Tools for 5.0>MySQLMigrationTool -verbose 
           -jvm    "C:\Program Files\Java\jre7\bin\client\jvm.dll"

The java loader initialized successfully..

1 comment:

  1. I do not have client folder in "C:\Program Files\Java\jre1.8.0_31\bin". So what should i do.

    ReplyDelete