Java Classpath error

Hi all,

We are trying to connect to SingleView using javaservice.

To connect to SingleView we have used com.adc.eji.tre.TreConnection class.

While creating the connection object, the constructor TreConnection() looks for the EJIENVFILE in CLASSPATH.

We are getting ‘Unable to find EJIENVFILE in CLASSPATH’ error.

I have checked by putting the file EJIENVFILE.dat in

C:\webMethods7\IntegrationServer\lib
C:\webMethods7\IntegrationServer\lib\jars
C:\webMethods7\IntegrationServer\packages\SingleView\code\jars

I have tried to change the classpath in server.bat and checked

JAVA_CP=“%IS_DIR%\lib\jdk11x_update.jar;%JAVA_DIR%\lib\classes.zip;%JAVA_DIR%\lib\i18n.jar;%IS_DIR%\lib\EJIENVFILE.jar;%IS_DIR%\lib”

But still getting the same error. ‘Unable to find EJIENVFILE in CLASSPATH’

Please provide your suggestions.

Thanks,
Ravi Sankara Sastry EVani

the default root for IS is:
C:\webMethods7\IntegrationServer
you may try there.

Thanks a lot.

The issue is solved by keeping the file in ‘IntegrationServer\config\Caching’

Thanks,
Ravi Sankara Sastry Evani