How can I complile my *.class file into a *.dll file that meets com standards
Printable View
How can I complile my *.class file into a *.dll file that meets com standards
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
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
>
>
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
> >
> >
>
>
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
>> >
>> >
>>
>>
>
>