Results 1 to 6 of 6
Thread: DLL's
- 10-20-2008, 03:05 PM #1
Member
- Join Date
- Apr 2008
- Posts
- 15
- Rep Power
- 0
- 10-20-2008, 04:31 PM #2
dlls are from the MS linker program, for Windows apps.
The java command creates .class files for the java JVM.
Completely different animals.
What does c# produce and use? What does its compiler generate?
To communicate between c and java, look at JNI.
- 10-20-2008, 04:35 PM #3
Member
- Join Date
- Apr 2008
- Posts
- 15
- Rep Power
- 0
- 10-20-2008, 04:58 PM #4
Java creates .class files, not .dll files.
- 10-20-2008, 05:01 PM #5
Member
- Join Date
- Apr 2008
- Posts
- 15
- Rep Power
- 0
- 10-20-2008, 05:25 PM #6
Senior Member
- Join Date
- Sep 2008
- Posts
- 135
- Rep Power
- 0
I'm not even sure JNI will help since technically, .NET code isn't native (feel free to correct me if anyone knows better). Perhaps JACOB can help, I think you can make a .NET assembly a COM component IIRC.
Or, you could abandon this tight integration altogether and go down the web services route :-)


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks