site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com See these references for important details: Invoking the Java Virtual Machine from Native Code http://developer.apple.com/technotes/tn2005/tn2147.html#TNTAG31 simpleJavaLauncher sample code http://developer.apple.com/samplecode/simpleJavaLauncher/index.html java-dev mailing list http://lists.apple.com/mailman/listinfo/java-dev -- Greg Parker gparker@apple.com Runtime Wrangler _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... There is function "JNI_CreateJavaVM" defined in the Java's libserver.dylib (where the libjvm.dylib link to on my system). Which should I use instead to launch JVM through my code? Short answer: link to JavaVM.framework (`-framework JavaVM`) and call JNI_CreateJavaVM(). This email sent to site_archiver@lists.apple.com