If you are looking to integrate Java with COM you have several options:
- Use The JACOB Project, which is an open-source Java-COM bridge based on JNI.
- Use The Microsoft Java VM. If you follow this route, make sure you read the archives at: Microsoft Java-COM list.
- If you are looking for a Java-COM bridge that works for any Java VM on any platform (yes! including UNIX), please check out the Linar's J/Integra product.
- Sun's Java-COM bridge is part of the Java PLUG-IN
- Halycon Software recently introduced its Remote Java ActiveX Server
- jacoZoom is a new beta product that is also based on JNI.
- Another great source of Java/COM resources: Stuart Halloway's Java/Win32 Interoperability Page .
- Java2COM - http://www.nevaobject.com/j2cdetails.htm
- EZ JCom - http://www.ezjcom.com/google.html
- j-interop - http://j-interop.sourceforge.net/
- IBM dtjcb - http://www.alphaworks.ibm.com/tech/dtjcb?open&S_TACT=104AHW61&S_CMP=GR&ca=dgr-eclpsw02awdvlptl4jcb
本文介绍了多种用于将Java应用程序与Windows COM组件集成的方法和技术。包括使用开源项目JACOB、微软Java虚拟机、跨平台解决方案Linar's J/Integra等。此外还列举了如Sun的Java-COM桥接器、Halcyon Software的远程Java ActiveX服务器等其他工具。

1020

被折叠的 条评论
为什么被折叠?



