-
dll's and com
How can I complile my *.class file into a *.dll file that meets com standards
-
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
-
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
>
>
-
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
> >
> >
>
>
-
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
>> >
>> >
>>
>>
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks