Hi,
Does any body know if it is posible to access Java methods in a .NET environment using C#?
E.g. In Java I would access Java methods as follows:
import my.formats.*;
import my.struc.*;
import java.io.*;
How would I access the above methods in .NET or what is the syntax to declare the above in a aspx page?
Any help would be greatly appreciated. Thanks.
Does any body know if it is posible to access Java methods in a .NET environment using C#?
E.g. In Java I would access Java methods as follows:
import my.formats.*;
import my.struc.*;
import java.io.*;
How would I access the above methods in .NET or what is the syntax to declare the above in a aspx page?
Any help would be greatly appreciated. Thanks.