<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments for Kai Witte's Blog</title>
	<atom:link href="http://witte-consulting.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://witte-consulting.com/blog</link>
	<description>Brief articles by Kai Witte</description>
	<pubDate>Thu, 11 Mar 2010 12:33:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on JNI (Java Native Interface): Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: Can&#8217;t find dependent libraries by Kai Witte</title>
		<link>http://witte-consulting.com/blog/jni-java-native-interface-exception-in-thread-main-javalangunsatisfiedlinkerror-can-t-find-dependent-libraries/comment-page-1/#comment-542</link>
		<dc:creator>Kai Witte</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://witte-consulting.com/blog/?p=141#comment-542</guid>
		<description>hello Franklin,

I'd say either the native binary is not found or it doesn't contain what you need.

Did you compile it with gcc --add-stdcall-alias? Did you check out which functions the binary contains? Did it contain sendechotohost? Is it in the runtime PATH?</description>
		<content:encoded><![CDATA[<p>hello Franklin,</p>
<p>I&#8217;d say either the native binary is not found or it doesn&#8217;t contain what you need.</p>
<p>Did you compile it with gcc &#8211;add-stdcall-alias? Did you check out which functions the binary contains? Did it contain sendechotohost? Is it in the runtime PATH?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JNI (Java Native Interface): Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: Can&#8217;t find dependent libraries by franklin</title>
		<link>http://witte-consulting.com/blog/jni-java-native-interface-exception-in-thread-main-javalangunsatisfiedlinkerror-can-t-find-dependent-libraries/comment-page-1/#comment-541</link>
		<dc:creator>franklin</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://witte-consulting.com/blog/?p=141#comment-541</guid>
		<description>Exception in thread "main" java.lang.UnsatisfiedLinkError: sendechotohost
        at NativePing.sendechotohost(Native Method)
        at NativePing.getResultForTheHost(NativePing.java:517)
        at NativePing.pingHost(NativePing.java:396)
        at NativePing.pingHost(NativePing.java:422)
        at NativePing.pingHost(NativePing.java:384)
        at NativePing.main(NativePing.java:616)

In Linux I am getting this error. Can any one explain....</description>
		<content:encoded><![CDATA[<p>Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: sendechotohost<br />
        at NativePing.sendechotohost(Native Method)<br />
        at NativePing.getResultForTheHost(NativePing.java:517)<br />
        at NativePing.pingHost(NativePing.java:396)<br />
        at NativePing.pingHost(NativePing.java:422)<br />
        at NativePing.pingHost(NativePing.java:384)<br />
        at NativePing.main(NativePing.java:616)</p>
<p>In Linux I am getting this error. Can any one explain&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JNI (Java Native Interface): Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: Can&#8217;t find dependent libraries by degree</title>
		<link>http://witte-consulting.com/blog/jni-java-native-interface-exception-in-thread-main-javalangunsatisfiedlinkerror-can-t-find-dependent-libraries/comment-page-1/#comment-539</link>
		<dc:creator>degree</dc:creator>
		<pubDate>Fri, 12 Feb 2010 09:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://witte-consulting.com/blog/?p=141#comment-539</guid>
		<description>just need to build the helloworld.c following way

cl -I c:\Java\jdk1.6.0_01\include -I c:\Java\jdk1.6.0_01\include\win32 -LD HelloWorld.c -FeHelloWorld.dll

Not with -MD option.  Java load library functions are not able to load because of -MD option. I think JNI documentations should be updated.</description>
		<content:encoded><![CDATA[<p>just need to build the helloworld.c following way</p>
<p>cl -I c:\Java\jdk1.6.0_01\include -I c:\Java\jdk1.6.0_01\include\win32 -LD HelloWorld.c -FeHelloWorld.dll</p>
<p>Not with -MD option.  Java load library functions are not able to load because of -MD option. I think JNI documentations should be updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on uCertify review by Kai Witte</title>
		<link>http://witte-consulting.com/blog/ucertify-review/comment-page-1/#comment-537</link>
		<dc:creator>Kai Witte</dc:creator>
		<pubDate>Tue, 02 Feb 2010 23:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://witte-consulting.com/blog/?p=36#comment-537</guid>
		<description>Hello Dess,

as you can read above, Pete from uCertify promised in his post on May 22, 2009 that many things had been fixed. Martijn and I tested it again, and there were still many errors. So I don't know if it's worth being tested again.

If you do, please keep us up to date :-)

Kai</description>
		<content:encoded><![CDATA[<p>Hello Dess,</p>
<p>as you can read above, Pete from uCertify promised in his post on May 22, 2009 that many things had been fixed. Martijn and I tested it again, and there were still many errors. So I don&#8217;t know if it&#8217;s worth being tested again.</p>
<p>If you do, please keep us up to date :-)</p>
<p>Kai</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on uCertify review by Dess</title>
		<link>http://witte-consulting.com/blog/ucertify-review/comment-page-1/#comment-536</link>
		<dc:creator>Dess</dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://witte-consulting.com/blog/?p=36#comment-536</guid>
		<description>So what happened? Was there an update in November, 2009. Were there any corrections made?? This is like some suspense ending to a soap which ends 'Stay tuned to find out what happened next..'</description>
		<content:encoded><![CDATA[<p>So what happened? Was there an update in November, 2009. Were there any corrections made?? This is like some suspense ending to a soap which ends &#8216;Stay tuned to find out what happened next..&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JNI (Java Native Interface): Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: Can&#8217;t find dependent libraries by Manoj</title>
		<link>http://witte-consulting.com/blog/jni-java-native-interface-exception-in-thread-main-javalangunsatisfiedlinkerror-can-t-find-dependent-libraries/comment-page-1/#comment-535</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Wed, 27 Jan 2010 09:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://witte-consulting.com/blog/?p=141#comment-535</guid>
		<description>add option "-Wl,--kill-at" 

 `--kill-at'
        Specifies that when `dlltool' is creating the
        exports file it should not append the string
        `@ '.  These numbers are called
        ordinal numbers and they represent another
        way of accessing the function in a DLL, other
        than by name.


With this the problem will go away sure shot.</description>
		<content:encoded><![CDATA[<p>add option &#8220;-Wl,&#8211;kill-at&#8221; </p>
<p> `&#8211;kill-at&#8217;<br />
        Specifies that when `dlltool&#8217; is creating the<br />
        exports file it should not append the string<br />
        `@ &#8216;.  These numbers are called<br />
        ordinal numbers and they represent another<br />
        way of accessing the function in a DLL, other<br />
        than by name.</p>
<p>With this the problem will go away sure shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JNI (Java Native Interface): Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: Can&#8217;t find dependent libraries by Amaresh</title>
		<link>http://witte-consulting.com/blog/jni-java-native-interface-exception-in-thread-main-javalangunsatisfiedlinkerror-can-t-find-dependent-libraries/comment-page-1/#comment-528</link>
		<dc:creator>Amaresh</dc:creator>
		<pubDate>Wed, 11 Nov 2009 10:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://witte-consulting.com/blog/?p=141#comment-528</guid>
		<description>Wow !!
Thanks so much.

This topic helped me getting started with Java -&#62; JNI -&#62; DLL.

Thanks</description>
		<content:encoded><![CDATA[<p>Wow !!<br />
Thanks so much.</p>
<p>This topic helped me getting started with Java -&gt; JNI -&gt; DLL.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Whizlabs vs. Enthuware by Yucca</title>
		<link>http://witte-consulting.com/blog/whizlabs-vs-enthuware-vs-whizlabs/comment-page-1/#comment-527</link>
		<dc:creator>Yucca</dc:creator>
		<pubDate>Mon, 26 Oct 2009 08:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://witte-consulting.com/blog/?p=23#comment-527</guid>
		<description>Perhaps another point to mention is whizlabs only supported on windows OS. I tried whizlabs trial on linux with wine and wine does not support it. This meant enthuware for me. A worthy mention should be made to SCJP candidates on Dvaka Coorays exam emulater(links can be found at javaranch).</description>
		<content:encoded><![CDATA[<p>Perhaps another point to mention is whizlabs only supported on windows OS. I tried whizlabs trial on linux with wine and wine does not support it. This meant enthuware for me. A worthy mention should be made to SCJP candidates on Dvaka Coorays exam emulater(links can be found at javaranch).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on uCertify review by Martijn Hinten</title>
		<link>http://witte-consulting.com/blog/ucertify-review/comment-page-1/#comment-526</link>
		<dc:creator>Martijn Hinten</dc:creator>
		<pubDate>Thu, 22 Oct 2009 20:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://witte-consulting.com/blog/?p=36#comment-526</guid>
		<description>Hello Pete, Kai,

Kai, thanks for informing me. Pete, thanks for the offer. However, a refund will not be necessary. Like I wrote earlier, the kit is not expensive at all. It has been my pleasure to give feedback. The casual reader of my posts above could find them to be too negative. So I would like to restate:

*The user interface en look and feel of the prepkit is very good. The best I know if. The quality of the content should be improved.*

So like Kai, I am also looking forward to the improved content. Who knows, maybe I will take on the webservices certification next (allready passed the SCWCD) and might use your kit as an aid.

Martijn</description>
		<content:encoded><![CDATA[<p>Hello Pete, Kai,</p>
<p>Kai, thanks for informing me. Pete, thanks for the offer. However, a refund will not be necessary. Like I wrote earlier, the kit is not expensive at all. It has been my pleasure to give feedback. The casual reader of my posts above could find them to be too negative. So I would like to restate:</p>
<p>*The user interface en look and feel of the prepkit is very good. The best I know if. The quality of the content should be improved.*</p>
<p>So like Kai, I am also looking forward to the improved content. Who knows, maybe I will take on the webservices certification next (allready passed the SCWCD) and might use your kit as an aid.</p>
<p>Martijn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on uCertify review by Kai Witte</title>
		<link>http://witte-consulting.com/blog/ucertify-review/comment-page-1/#comment-525</link>
		<dc:creator>Kai Witte</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://witte-consulting.com/blog/?p=36#comment-525</guid>
		<description>Hello Pete,

thanks for the information. I informed Martijn about the refund. I do not have any contact information of April. 

I'm looking forward to the fixes of the content, as the engine itself is quite nice. Most errors can probably be found by going through user comments (although there are certainly false positives, some from myself).

Kai</description>
		<content:encoded><![CDATA[<p>Hello Pete,</p>
<p>thanks for the information. I informed Martijn about the refund. I do not have any contact information of April. </p>
<p>I&#8217;m looking forward to the fixes of the content, as the engine itself is quite nice. Most errors can probably be found by going through user comments (although there are certainly false positives, some from myself).</p>
<p>Kai</p>
]]></content:encoded>
	</item>
</channel>
</rss>
