﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for calling from a .dll using Java and JNI]]></description>
    <title><![CDATA[Comments for calling from a .dll using Java and JNI]]></title>
    <link>http://dn.codegear.com/article/20679</link>
    <!-- source: http://dn.codegear.com/article/20679/feed-->
    <dc:date>2009-01-09T05:33:53-08:00</dc:date>
    <item>
      <description><![CDATA[Put links to the documentation referred to in this article.  All it says is "Please refer to the documentation".  What documentation?  Where is it located?  The advantage of HTML is that you can put as many hyperlinks you want in a page.]]></description>
      <title><![CDATA[calling from a .dll using Java and JNI]]></title>
      <managingEditor>
	 (Craven Weasel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=38576</guid>
      <dc:date>2005-08-11T11:19:32-07:00</dc:date>
      <pubDate>2005-08-11T11:19:32-07:00</pubDate>
      <source url="http://dn.codegear.com/article/20679/feed">Comments for calling from a .dll using Java and JNI</source>
    </item>
    <item>
      <description><![CDATA[this article is great .. i am very thank full to you ..]]></description>
      <title><![CDATA[calling from a .dll using Java and JNI]]></title>
      <managingEditor>
	 (saad ab)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=38226</guid>
      <dc:date>2005-03-04T01:36:54-08:00</dc:date>
      <pubDate>2005-03-04T01:36:54-08:00</pubDate>
      <source url="http://dn.codegear.com/article/20679/feed">Comments for calling from a .dll using Java and JNI</source>
    </item>
    <item>
      <description><![CDATA[From what I can tell, (on Windows) you cannot use the System.loadLibrary() call within JBuilder, as it perpetually gives a java.lang.UnsatisfiedLinkError: myMethod. Instead, I have had to use System.load("\\my\\complete\\path\\myDll.dll") to make it work.Hope this helps others.]]></description>
      <title><![CDATA[calling from a .dll using Java and JNI]]></title>
      <managingEditor>
	 (Joseph Sadove)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=36053</guid>
      <dc:date>2004-01-14T07:31:10-08:00</dc:date>
      <pubDate>2004-01-14T07:31:10-08:00</pubDate>
      <source url="http://dn.codegear.com/article/20679/feed">Comments for calling from a .dll using Java and JNI</source>
    </item>
    <item>
      <description><![CDATA[when i am running this example i am getting Exception java.lang.ClassCastExceptionat Frame1.getHwnd(Frame1.java:41)at Frame1.this_windowOpened(Frame1.java:93)at Frame1$1.windowOpened(Frame1.java:78)at java.awt.Window.processWindowEvent(Window.java:1104)at javax.swing.JFrame.processWindowEvent(JFrame.java:266)at java.awt.Window.processEvent(Window.java:1066)at java.awt.Component.dispatchEventImpl(Component.java:3639)at java.awt.Container.dispatchEventImpl(Container.java:1623)at java.awt.Window.dispatchEventImpl(Window.java:1590)at java.awt.Component.dispatchEvent(Component.java:3480)at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)Could any body help on this?]]></description>
      <title><![CDATA[calling from a .dll using Java and JNI]]></title>
      <managingEditor>
	 (babu p)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=35059</guid>
      <dc:date>2003-08-05T04:42:04-07:00</dc:date>
      <pubDate>2003-08-05T04:42:04-07:00</pubDate>
      <source url="http://dn.codegear.com/article/20679/feed">Comments for calling from a .dll using Java and JNI</source>
    </item>
    <item>
      <description><![CDATA[Do you know, what should I do to make it work with objects?Everything is well, if I use simple types like int, but when I want to use classes i got: NullPointerException. What should I do?]]></description>
      <title><![CDATA[calling from a .dll using Java and JNI]]></title>
      <managingEditor>
	 (Leszek Krause)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32822</guid>
      <dc:date>2002-08-06T23:04:59-07:00</dc:date>
      <pubDate>2002-08-06T23:04:59-07:00</pubDate>
      <source url="http://dn.codegear.com/article/20679/feed">Comments for calling from a .dll using Java and JNI</source>
    </item>
    <item>
      <description><![CDATA[Hi All You need to ensure the package name is included in the native method C declaration.  I had to cut and paste into mine. This is ghastly, its took me a day to find this one! Maybe Im getting old.Derek]]></description>
      <title><![CDATA[Answer to java.lang.UnsatisfiedLinkError ]]></title>
      <managingEditor>
	 (Derek Coleman)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32667</guid>
      <dc:date>2002-07-10T02:41:13-07:00</dc:date>
      <pubDate>2002-07-10T02:41:13-07:00</pubDate>
      <source url="http://dn.codegear.com/article/20679/feed">Comments for calling from a .dll using Java and JNI</source>
    </item>
    <item>
      <description><![CDATA[The Dll has to be the same name as the text in System.loadLibrary.I get "UnsatifiedLinkError" with JBuilder7 and damned if I can see why. The Dll is in the java app directory and it works with C++ test client.Will post reply when answer found, got to be something simple!Derek]]></description>
      <title><![CDATA[calling from a .dll using Java and JNI]]></title>
      <managingEditor>
	 (Derek Coleman)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=32664</guid>
      <dc:date>2002-07-10T01:42:25-07:00</dc:date>
      <pubDate>2002-07-10T01:42:25-07:00</pubDate>
      <source url="http://dn.codegear.com/article/20679/feed">Comments for calling from a .dll using Java and JNI</source>
    </item>
    <item>
      <description><![CDATA[The article should have went into depth a little more. I got the sample app to work if I rename the .dll to windowOnTop.dll. This doen't make sense to me as you have mulitple functions in the dll what would u do then. ]]></description>
      <title><![CDATA[rename dll to windowOnTop.dll to work.]]></title>
      <managingEditor>
	 (vince anon)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=30652</guid>
      <dc:date>2001-11-20T19:57:18-08:00</dc:date>
      <pubDate>2001-11-20T19:57:18-08:00</pubDate>
      <source url="http://dn.codegear.com/article/20679/feed">Comments for calling from a .dll using Java and JNI</source>
    </item>
    <item>
      <description><![CDATA[Does any one know how to call DLL functions created with DELPHI from Java.]]></description>
      <title><![CDATA[calling from a .dll using Java and JNI]]></title>
      <managingEditor>
	 (a a)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=29128</guid>
      <dc:date>2001-06-08T03:10:24-07:00</dc:date>
      <pubDate>2001-06-08T03:10:24-07:00</pubDate>
      <source url="http://dn.codegear.com/article/20679/feed">Comments for calling from a .dll using Java and JNI</source>
    </item>
    <item>
      <description><![CDATA[Hello.Do you Terje or anyone else have any hints to makeJbuilder find the .dll file.I get an "UnsatifiedLinkError" all the time.Please mail me at: de9954@te.mah.seThanksPer]]></description>
      <title><![CDATA[re: calling from a .dll using Java and JNI]]></title>
      <managingEditor>
	 (Per Rundgren)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=28750</guid>
      <dc:date>2001-04-27T02:37:10-07:00</dc:date>
      <pubDate>2001-04-27T02:37:10-07:00</pubDate>
      <source url="http://dn.codegear.com/article/20679/feed">Comments for calling from a .dll using Java and JNI</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>