Calling a java.class from .Net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Bailo

    Calling a java.class from .Net

    What do you guys know about calling a java.class from .Net ?

    --


    http://www.interpolny.com on Jay Leno, Oct 1


    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.767 / Virus Database: 514 - Release Date: 9/21/2004


  • John Timney \(Microsoft MVP\)

    #2
    Re: Calling a java.class from .Net

    Theres not much out there free. You could invoke it via com wrappers, but I
    cant recall if you can still register the class as a com object. The best
    approach is either with a wrapper (webservice is a very easy way to wrap the
    class in JSP), or with a bridge http://www.jnbridge.com/index3.htm

    This looks promising but its not free.


    --
    Regards

    John Timney
    Microsoft Regional Director
    Microsoft MVP


    "John Bailo" <jabailo@earthl ink.net> wrote in message
    news:_xr6d.1298 8$gG4.6668@news read1.news.pas. earthlink.net.. .[color=blue]
    > What do you guys know about calling a java.class from .Net ?
    >
    > --
    > http://www.texeme.com
    >
    > http://www.interpolny.com on Jay Leno, Oct 1
    >
    >
    > ---
    > Outgoing mail is certified Virus Free.
    > Checked by AVG anti-virus system (http://www.grisoft.com).
    > Version: 6.0.767 / Virus Database: 514 - Release Date: 9/21/2004
    >
    >[/color]


    Comment

    Working...