Is there a way to change the JVM that the Domino server uses?
I dont know what version it is but webMethods doesnt like it. I made a tester that works fine when pointed to J2SE 1.4.2 but when pointed to the JVM directories/libs thats under the JVM dir of the server it just fails on JNI_CreatejavaVM even when the server is not running (thought I was trying to create 2 JVMs from the same process but thats not the case).
I am trying to write an LSX around webMethods but the LSX is forced to use whatever java libs the server uses.
Can I some how get the Domino server to use the J2SESDK I installed on the box?