Native Library version does not match

I got this error when I try to start stardog server. How to solve the problem.

D:\stardog-7.3.1\bin>stardog-admin server start
Native Library version does not match the version set by Java. It should be < 7.3.1>, but is <7.2.1-SNAPSHOT-20200320>. Stardog cannot run in this environment

D:\stardog-7.3.1\bin>java -version
java version "1.8.0_241"
Java(TM) SE Runtime Environment (build 1.8.0_241-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode)

You probably still have some references to an old install. I would check your STARDOG_HOME and/or STARDOG environment variables and your path.

1 Like

STARDOG_HOME = D:\StardogDB
No variable in Path refer to stardog

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.