When launching MultiTerm Extract, you receive the following error message: Error #101: Error initializing |
The following MultiTerm versions require these versions of Java Runtime Environment:
Solution for 1 and 2Before applying a fix, check which version of Java Runtime Environment is currently installed on your machine in the Java Control Panel: For fixing the problem:
Solution for 3
Solution for 4
Solution for Multiterm Extract 2015, 2017 and 2019
|
This error occurs when either: 1 .The incorrect version of Java Runtime Environment is installed. 2. The correct version is on you machine but it may be corrupted or not installed correctly. 3. Already too much of Java Runtime Enviroment memory is in use by other applications (this happens only in SDL MultiTerm Extract 2007 and later versions) 4. The problem is due to a bug introduced in Java Runtime Environment (JRE) version 6. It used to launch jvm.dll in previous versions and loaded all necessary dlls that were found, including the Microsoft C++ runtime library msvcr71.dll, which was found in the JDK/JRE's \bin folder. With the release of JDK/JRE 6 the jvm.dll does not look there anymore, rather looks in a list of folders including the folder in which the application resides or C:\Windows\System32 (or C:\Windows\SysWOW\). If msvcr71.dll is not found in any of the places it looks, you will see this exception. More information can be retrieved here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6509291 |