Schemus LDAP Synchronization Tool Java Errors
search cancel

Schemus LDAP Synchronization Tool Java Errors

book

Article ID: 161519

calendar_today

Updated On:

Products

Email Security.cloud

Issue/Introduction

You are getting Java errors when trying to launch the Schemus LDAP Synchronization Tool.

Resolution

Please make sure the batch file called Schemus.bat is in C:\Program Files\Schemus and is pointing to the correct path for java.exe.

Schemus with Java:

 SET INSTALLDIR=C:\Program Files\Schemus 
 cd "%INSTALLDIR%"
 SET CLASSPATH=application\bin\Schemus.jar;application\bin\SchemusAPI.jar;.install4j\i4jruntime.jar
 "C:\Program Files\Schemus\jre\bin\java.exe" -Xmx1024M  -classpath "%CLASSPATH%" com.metanate.schemus.Schemus -gui


Schemus without Java:

 SET INSTALLDIR=\PATH_TO_JAVA\Schemus
 cd "%INSTALLDIR%"
 SET CLASSPATH=application\bin\Schemus.jar;application\bin\SchemusAPI.jar;.install4j\i4jruntime.jar
 "PATH_TO_JAVA\bin\java.exe" -Xmx1024M  -classpath "%CLASSPATH%" com.metanate.schemus.Schemus -gui

 

Changing PATH_TO_JAVA to the correct directory

Schemus without Java on Windows 7:

 SET INSTALLDIR=C:\Program Files (x86)\Schemus
 cd "%INSTALLDIR%"
 SET CLASSPATH=application\bin\Schemus.jar;application\bin\SchemusAPI.jar;.install4j\i4jruntime.jar
 "C:\Program Files (x86)\java\jre6\bin\java.exe" -Xmx1024M  -classpath "%CLASSPATH%" com.metanate.schemus.Schemus -gui