2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Check for your installed version of Java JDK as previous versions of DBSync use tomcat 6.x and dbsync versions from 2.99 use tomcat 7.x. Tomcat 6.0 requires Java 1.5 (or higher), tomcat 7.0 requires Java 1.6 (or higher), tomcat 8.0 requires Java 1.7 (or higher) and tomcat 9.0 requires Java 1.8.
  • Install Java JDK (not JRE) 1.6, 1.7,1.8 and preferably not in Windows "C:\Program Files" folder. Add the User Variable"JAVA_HOME" and System variable in the environment variables as shown.

User Variable

Variable 

Value 

JAVA_HOME 

<<Your Java Installation Path 

System Variable

Variable 

Value 

PATH 

%JAVA_HOME%\bin 

  • Edit tomcat file "service.bat" and point to correct JDK or JRE using set JAVA_HOME or JAVA_JRE variable.
  • Copy file "msvcr71.dll" from  <java>\bin directory to <tomcat>\bin directory for JDK version 1.6. If your JDK version is 1.7 , then copy file "msvcr100.dll" from <java>\bin directory to <tomcat>\bin directory. If your JDK version is and 1.8, then copy file "msvcr100.dll" from <java>\bin directory to <tomcat>\bin directory.