I have a third party .NET Assembly and a large Java application. I need to call mothods provided by the .NET class library from the Java application. The assembly is not COM
Have you looked at ikvm.NET, which allows calls between .NET and Java code?