ProxyGen is a .NET to Java interoperability tool that allows you to access Java object from .NET. It allows your .NET code to access Java object as if they were .NET object. It uses .NET Platform Invoke and JNI to directly access Java VM. ProxyGen consists of two components, ProxyGen.exe and JInt.DLL. You use ProxyGen.exe […]