Accessing Java methods within .NET using C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ozzii
    New Member
    • Jan 2007
    • 37

    #1

    Accessing Java methods within .NET using C#

    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.
Working...