Jcom is still working fine but is not longer maintained. If you want to take it over, this is fine. If it does not work for you, I recommend to check out either COM4J http://com4j.java.net/ or JNA https://github.com/twall/jna provide both better and more general approaches. I like JNA because of its Python ctypes-like approach. COM4J is closer to Jcom because of its COM orientation. YMMV...
2011-12-21 06:11:04 PST in JCom (Java-COM Br...