Interacting with java code from C#
        Posted  
        
            by Qua
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Qua
        
        
        
        Published on 2010-03-17T12:44:57Z
        Indexed on 
            2010/03/17
            12:51 UTC
        
        
        Read the original article
        Hit count: 326
        
We've written a Java program which we are looking to use and interact with from C#. What are our options? Optimally it would be possible to compile the Java application as a library (.DLL) that we could reference from C# perhaps using P/Invoke. This, however, doesn't appear to be an option according to the first few searches online.
We opt to be able to use ASP.NET to built a search engine powered by the Java code, so if this opens up for any other options please let us know.
© Stack Overflow or respective owner