Hi guys,
Exists a way to call .net assemblies more specific .dll files in java?
I i'm developing a a framework for .net now i need to migrate it to java, i can do this? I using c# in .net.
Hi guys,
Exists a way to call .net assemblies more specific .dll files in java?
I i'm developing a a framework for .net now i need to migrate it to java, i can do this? I using c# in .net.
Check is this response is helpful.. Calling .net assembly from java jvm crashes..
Came across this interesting site (may not be directly helpful to you)...
Easiest way should be to COM-enable the .Net assembly. This way you can invoke any method the way you would communicate with normal WIN32 DLL's.
Some samples can be found here: http://www.devx.com/interop/Article/19845