ActiveXComponent com = new ActiveXComponent("CLSID:18A295DA-088E-42D1-BE31-5028D7F9B9B5") ;
Dispatch disp = (Dispatch) com.getObject();
Dispatch.call(disp,"init");
Exception in thread "main" com.jacob.com.ComFailException: A COM exception has been encountered:
At Invoke of: init
Description: 灾难性故障 at com.jacob.com.Dispatch.invokev(Native Method)
at com.jacob.com.Dispatch.invokev(Dispatch.java:625)
at com.jacob.com.Dispatch.callN(Dispatch.java:453)
at com.jacob.com.Dispatch.call(Dispatch.java:541)
at com.demo.Jocx.demo(Jocx.java:51)
at com.demo.Jocx.main(Jocx.java:56)