Results 1 to 4 of 4
Thread: how to call dll from java ??
- 11-12-2008, 06:22 PM #1
Member
- Join Date
- Oct 2008
- Posts
- 25
- Rep Power
- 0
- 11-13-2008, 05:02 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
-
I'm afraid that you will need more than the JNI as this works with standard dll's but not with c# dlls which are very different. You may be able perhaps to connect the two by creating a c program that connects to the C# program via dllImport and to the Java program via JNI. Alternatively the two languages can communicate I believe via sockets.
- 11-13-2008, 05:14 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Sorry about that. I've miss that. As you said Fubarable, C# is not a native language.
Similar Threads
-
[B] How to call Perl script from Java [/B]
By JavaEmpires in forum Advanced JavaReplies: 7Last Post: 12-19-2008, 03:10 PM -
Call Java Method
By hussainzim in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 05-15-2008, 07:22 AM -
How to call C/C++ Program from Java
By sanjeevtarar in forum Advanced JavaReplies: 1Last Post: 04-17-2008, 08:55 AM -
how to call a dll from java
By katie in forum Advanced JavaReplies: 3Last Post: 12-10-2007, 10:34 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks