DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 5 of 5

Thread: dll's and com

  1. #1
    Andrew Day Guest

    dll's and com


    How can I complile my *.class file into a *.dll file that meets com standards

  2. #2
    John Timney (MVP) Guest

    Re: dll's and com

    try looking in the java site at microsoft, its all explained. You dont
    really need to wrap it in DLL wrappers though, you can call a native class
    file directly from COM if you register the class using javareg. theres also
    instructions on this at ms.

    Regards

    John Timney (MVP)

    Andrew Day <ADay@Subscribe.com> wrote in message
    news:39467fd7$1@news.devx.com...
    >
    > How can I complile my *.class file into a *.dll file that meets com

    standards



  3. #3
    Paul Clapham Guest

    Re: dll's and com

    The stuff at microsoft naturally assumes you're using their JVM. Do you
    know if it works with other JVMs?

    John Timney (MVP) <timneyj@btinternet.com> wrote in message
    news:3947f791@news.devx.com...
    > try looking in the java site at microsoft, its all explained. You dont
    > really need to wrap it in DLL wrappers though, you can call a native class
    > file directly from COM if you register the class using javareg. theres

    also
    > instructions on this at ms.
    >
    > Regards
    >
    > John Timney (MVP)
    >
    > Andrew Day <ADay@Subscribe.com> wrote in message
    > news:39467fd7$1@news.devx.com...
    > >
    > > How can I complile my *.class file into a *.dll file that meets com

    > standards
    >
    >




  4. #4
    John Timney (MVP) Guest

    Re: dll's and com

    I would expect its going to need the JVM if your going native and compiling
    to a dll. if all your using is the class files then any jvm should do.

    Regards

    John Timney (MVP)

    Paul Clapham <pclapham@core-mark.com> wrote in message
    news:3948faf9$1@news.devx.com...
    > The stuff at microsoft naturally assumes you're using their JVM. Do you
    > know if it works with other JVMs?
    >
    > John Timney (MVP) <timneyj@btinternet.com> wrote in message
    > news:3947f791@news.devx.com...
    > > try looking in the java site at microsoft, its all explained. You dont
    > > really need to wrap it in DLL wrappers though, you can call a native

    class
    > > file directly from COM if you register the class using javareg. theres

    > also
    > > instructions on this at ms.
    > >
    > > Regards
    > >
    > > John Timney (MVP)
    > >
    > > Andrew Day <ADay@Subscribe.com> wrote in message
    > > news:39467fd7$1@news.devx.com...
    > > >
    > > > How can I complile my *.class file into a *.dll file that meets com

    > > standards
    > >
    > >

    >
    >




  5. #5
    Michael Lepore Guest

    Re: dll's and com


    I'm pretty sure Microsoft's JVM is not Java2 compliant, only Java 1.1 compliant.
    That means no swing or any of the good/new stuff.

    "John Timney (MVP)" <timneyj@btinternet.com> wrote:
    >I would expect its going to need the JVM if your going native and compiling
    >to a dll. if all your using is the class files then any jvm should do.
    >
    >Regards
    >
    >John Timney (MVP)
    >
    >Paul Clapham <pclapham@core-mark.com> wrote in message
    >news:3948faf9$1@news.devx.com...
    >> The stuff at microsoft naturally assumes you're using their JVM. Do you
    >> know if it works with other JVMs?
    >>
    >> John Timney (MVP) <timneyj@btinternet.com> wrote in message
    >> news:3947f791@news.devx.com...
    >> > try looking in the java site at microsoft, its all explained. You dont
    >> > really need to wrap it in DLL wrappers though, you can call a native

    >class
    >> > file directly from COM if you register the class using javareg. theres

    >> also
    >> > instructions on this at ms.
    >> >
    >> > Regards
    >> >
    >> > John Timney (MVP)
    >> >
    >> > Andrew Day <ADay@Subscribe.com> wrote in message
    >> > news:39467fd7$1@news.devx.com...
    >> > >
    >> > > How can I complile my *.class file into a *.dll file that meets com
    >> > standards
    >> >
    >> >

    >>
    >>

    >
    >



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links