Forum

This content is now out of date.

Visit Our Community

javajni.c error when starting as a service

If the log contains:javajni.c] [error] The specified module could not be found

Copying msvcr71.dll from the Java directory to the system32 directory solved the problem.

See the thread at http://forum.java.sun.com/thread.jspa?threadID=5121172



If the log contains:javajni.c] [error] CreateJavaVM Failed

Reducing the maximum Java memory to 1600mb worked.
See the thread at http://www.junlu.com/msg/254922.html
Thank you so much, this was a life saver today. I had the javajni.c error and was beating my head against the wall until I found this.