I'm new to the world of Java programming..and interested to know
whether Java code can be compiled into a Dll, so that it can be
integrated with COM+ application(Windows Platform).
Regards,
Pramod Kumar Gujjeti
Roedy Green - 19 Mar 2006 01:48 GMT
>I'm new to the world of Java programming..and interested to know
>whether Java code can be compiled into a Dll, so that it can be
>integrated with COM+ application(Windows Platform).
you can with Jet. See http://mindprod.com/jgloss/jet.html
However the DLLness is the least of your integration problems.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Roland de Ruiter - 19 Mar 2006 13:16 GMT
> I'm new to the world of Java programming..and interested to know
> whether Java code can be compiled into a Dll, so that it can be
> integrated with COM+ application(Windows Platform).
>
> Regards,
> Pramod Kumar Gujjeti
Maybe the Java ActiveX Bridge provides features you require:
"The ActiveX Bridge allow a component based on JavaBeans(TM) component
architecture ("bean") to be effectively packaged as an ActiveX control,
thereby allowing it to be used as a functional component in an ActiveX
container."
See
<http://java.sun.com/j2se/1.5.0/docs/guide/beans/axbridge/developerguide/index.html>

Signature
Regards,
Roland