javajni.c error when starting as a service
17 February, 2010
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
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.