Re: undefined symbols _JNI_CreateJavaVM
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KCfnRVfC4YyMAg+otufIFvSNnNbe0f9JmW6DNAxjUvS4fgG6q+2thcn/U6Xv+V2Mg7UvxPSQsPAVzch6QLu85S/KkqrfrLxZI6IuSV17pTVG+m0kXxLHNJmqRvDV7ZwLPtDTpY0dULqUG/i+kOHazPoLqAyTyb1/TfhUyHXMZ68= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XjxfQpw4srBTakQQ7bHzD2RtE9sPlM6YAO5E0O5xjNDKivFgJnHdZkAoyCflhHZlGuP3OVIQW4AsM9Cc2E4Igz7dCDFag1d0mDU5I1Ty2LDuemnP2ZvHgoTB6Ul1b2tU4AqKMYEX6IvTO7WlEpNbTugRU4VAU4w8P+iLT0OTgxg= Hello! 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? I believe you should link against the JavaVM.framework IIRC (sorry don't have a project in front of me at the moment). -Shawn _______________________________________________ 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... On 7/10/07, Heidi Zhou <heidi_zhou@yahoo.com> wrote: This email sent to site_archiver@lists.apple.com
participants (1)
-
Shawn Erickson