<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>idError &#187; JAVA-JNI</title>
	<atom:link href="http://iderror.com/category/errors/java/java-jni/feed/" rel="self" type="application/rss+xml" />
	<link>http://iderror.com</link>
	<description>You have errors, we have solutions!</description>
	<lastBuildDate>Sun, 22 Mar 2009 21:18:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JNI_CreateJavaVM always returns -1</title>
		<link>http://iderror.com/errors/java/java-jni/jni_createjavavm-always-returns-1/</link>
		<comments>http://iderror.com/errors/java/java-jni/jni_createjavavm-always-returns-1/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-JNI]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8037</guid>
		<description><![CDATA[Applies to:JNI Description:Occurs while using JNI. Cause:Usually, the problem is that you moved or copied the jvm.dll file. The location of jvm.dll is important, it has to be in the directory /bin/classic. This jvm.dll finds the location of other DLLs relative to its current location. So if you move it, or Windows uses some other [...]]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>JNI<br/><br/> <b>Description:</b><br/>Occurs while using JNI.<br/><br/> <b>Cause:</b><br/>Usually, the problem is that you moved or copied the jvm.dll file. The location of jvm.dll is important, it has to be in the directory <jre>/bin/classic. This jvm.dll finds the location of other DLLs relative to its current location. So if you move it, or Windows uses some other copy of jvm.dll, the JVM will not be able to find java.dll, for instance. <br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-jni/jni_createjavavm-always-returns-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Symbol makeJavaString not found</title>
		<link>http://iderror.com/errors/java/java-jni/symbol-makejavastring-not-found/</link>
		<comments>http://iderror.com/errors/java/java-jni/symbol-makejavastring-not-found/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-JNI]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8038</guid>
		<description><![CDATA[Applies to:JNI Description:You have used a third party library (a JDBC driver, actually) that contained native code. When running Your application with this library, I&#8217;ve got an &#8220;UnsatisfiedLinkError: symbol makeJavaString not found.&#8221; Cause:The problem is that the native code in that third party library uses the old NMI. 
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>JNI<br/><br/> <b>Description:</b><br/>You have used a third party library (a JDBC driver, actually) that contained native code. When running Your application with this library, I&#8217;ve got an &#8220;UnsatisfiedLinkError: symbol makeJavaString not found.&#8221;<br/><br/> <b>Cause:</b><br/>The problem is that the native code in that third party library uses the old NMI.<br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-jni/symbol-makejavastring-not-found/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>libthread loaded into green threads</title>
		<link>http://iderror.com/errors/java/java-jni/libthread-loaded-into-green-threads/</link>
		<comments>http://iderror.com/errors/java/java-jni/libthread-loaded-into-green-threads/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-JNI]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8039</guid>
		<description><![CDATA[Applies to:Solaris, JNI Description:This error is produced if you
a. are running the green threads VM
b. did a System.loadLibrary(&#8220;foo&#8221;), and
c. libfoo.so was linked -lthread.  Cause:Green threads and native threads don&#8217;t mix well and hence the check in the VM.  
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>Solaris, JNI<br/><br/> <b>Description:</b><br/>This error is produced if you<br />
a. are running the green threads VM<br />
b. did a System.loadLibrary(&#8220;foo&#8221;), and<br />
c. libfoo.so was linked -lthread. <br/><br/> <b>Cause:</b><br/>Green threads and native threads don&#8217;t mix well and hence the check in the VM. <br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-jni/libthread-loaded-into-green-threads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>You must install a Solaris patch to run the native threads version of the Java runtime.  The green threads version will
work without this patch. Please check the native threads            release notes for more information.
            If you are embedding the VM in a native application, please make sure that the native application is linked with libthread.so (-lthread).&#8221;  Exiting.</title>
		<link>http://iderror.com/errors/java/java-jni/you-must-install-a-solaris-patch-to-run-the-native-threads-version-of-the-java-runtime-the-green-threads-version-willwork-without-this-patch-please-check-the-native-threads-release-note/</link>
		<comments>http://iderror.com/errors/java/java-jni/you-must-install-a-solaris-patch-to-run-the-native-threads-version-of-the-java-runtime-the-green-threads-version-willwork-without-this-patch-please-check-the-native-threads-release-note/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-JNI]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8040</guid>
		<description><![CDATA[Applies to:Solaris, JNI Description:Occurs when your application embedding the native threads VM is not linked against -lthread Cause:Your application embedding the native threads VM is not linked against -lthread 
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>Solaris, JNI<br/><br/> <b>Description:</b><br/>Occurs when your application embedding the native threads VM is not linked against -lthread<br/><br/> <b>Cause:</b><br/>Your application embedding the native threads VM is not linked against -lthread<br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-jni/you-must-install-a-solaris-patch-to-run-the-native-threads-version-of-the-java-runtime-the-green-threads-version-willwork-without-this-patch-please-check-the-native-threads-release-note/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compiler can&#8217;t find jni_md.h</title>
		<link>http://iderror.com/errors/java/java-jni/compiler-cant-find-jni_mdh/</link>
		<comments>http://iderror.com/errors/java/java-jni/compiler-cant-find-jni_mdh/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-JNI]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8041</guid>
		<description><![CDATA[Applies to:JNI Description:Occurs while trying to compile an application Cause:You have not added all necessary folders to the include path of the compiler. 
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>JNI<br/><br/> <b>Description:</b><br/>Occurs while trying to compile an application<br/><br/> <b>Cause:</b><br/>You have not added all necessary folders to the include path of the compiler.<br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-jni/compiler-cant-find-jni_mdh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Required mapping already in use</title>
		<link>http://iderror.com/errors/java/java-jni/required-mapping-already-in-use/</link>
		<comments>http://iderror.com/errors/java/java-jni/required-mapping-already-in-use/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-JNI]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=364</guid>
		<description><![CDATA[Applies to: Description:An error that occurs while trying to load an executable library. Cause:Linker issues
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/><br/><br/> <b>Description:</b><br/>An error that occurs while trying to load an executable library.<br/><br/> <b>Cause:</b><br/>Linker issues<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-jni/required-mapping-already-in-use/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UnsatisfiedLinkError: </title>
		<link>http://iderror.com/errors/java/java-jni/unsatisfiedlinkerror/</link>
		<comments>http://iderror.com/errors/java/java-jni/unsatisfiedlinkerror/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-JNI]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=366</guid>
		<description><![CDATA[Applies to:Apache 1.13
Sun Solaris 2.6  Description:Error while trying to call a JNI method from a servlet Cause:a. The method name is different from the one specified in the library
b. Library path or version issue
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>Apache 1.13<br />
Sun Solaris 2.6 <br/><br/> <b>Description:</b><br/>Error while trying to call a JNI method from a servlet<br/><br/> <b>Cause:</b><br/>a. The method name is different from the one specified in the library<br />
b. Library path or version issue<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-jni/unsatisfiedlinkerror/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
