Calling a c# functions from Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Maidenz08
    New Member
    • Sep 2007
    • 31

    #1

    Calling a c# functions from Java

    Hi,

    I have a dll written in c#. I need to use this dll in java and call the functions from there.

    Is it possible to archive this?

    can someone shed light on the same.

    Any links..??

    Thanks
  • balame2004
    New Member
    • Mar 2008
    • 142

    #2
    Yes it is possible. You just call the method from the dll as usual.

    Comment

    • Maidenz08
      New Member
      • Sep 2007
      • 31

      #3
      Is that so simple..????!!! !!

      Can someone please confirm coz i dont think it is so straight forward.

      Comment

      • PRR
        Recognized Expert Contributor
        • Dec 2007
        • 750

        #4
        You can expose the C# dll as com and maybe use j-Interop to call the dll?
        Take a look at this article and PDF..

        Comment

        • r035198x
          MVP
          • Sep 2006
          • 13225

          #5
          Why are you starting multiple threads about this?
          Why haven't you replied to any of the responses given to you in your other thread?

          Comment

          • Maidenz08
            New Member
            • Sep 2007
            • 31

            #6
            I dint know which community to post it in.

            Hence the duplicates.

            Comment

            Working...