jacob
How to saveas Excel File using Jacob (Java)
I am trying to saveas excel file, but it gives an error: Can\'t map name to dispid: FileSaveAs. private ActiveXComponent objExcel = new Ac开发者_运维百科tiveXComponent(\"Excel.Application\");[详细]
2023-04-04 12:06 分类:问答How to call a com method with out paramter by Jacob?
I want to use Jacob for doing task with COM. But I can\'t find any way to invoke a met开发者_如何学Gohod which has a out parameter, Can you provide me this sample code. Thanks.[详细]
2023-03-30 22:57 分类:问答What is LD_LIBRARY_PATH and how to use it?
I take part in developing a Java project, which uses some C++ components, thus I need Jacob.dll. (on Windows 7)[详细]
2023-03-30 08:03 分类:问答Java Desktop.browse occasionally returning "requested lookup key not found in any active activation context"
I am really struggling with this issue as it seems to occur randomly for me.When I call, Desktop.bro开发者_高级运维wse(\"some url\");[详细]
2023-03-11 16:08 分类:问答Passing Enumeration value using Jacob bridge (COM/ActiveX)
Does anyone know if there\'s a way to pass an enumeration value using Jacob? ComObj.ComEnum.enumVal1 ComObj.ComEnum.enumVal2[详细]
2023-03-11 02:04 分类:问答How to call an ActiveX method through java when control doesn't allow automation (com4j/jacob)?
I have to integrate to an ActiveX control that doesn\'t allow for automation (no IsInvokeAllowed implemented to return true) through Java.[详细]
2023-03-08 12:54 分类:问答NoSuchMethodError using JACOB
I have beeen using JACOB in my java program to work but I run into an error everytime I try to get an ITTrack from an ITTrackCollection.[详细]
2023-03-06 06:01 分类:问答How can I change the active MS Word window with JACOB?
I am using the JACOB lib开发者_运维百科rary. I can create a new instance of activeXComponent(\"Word.Application\") and then open some file. How can I get the instance of a file that I\'ve already open[详细]
2023-02-19 03:28 分类:问答Getting output parameter value set by VBScript (WMI) method in java via JACOB
Am trying to convert a VBScript to java using JACOB - Java COM bridge library. \'Create\' method in VBScript accepts a [out] para开发者_开发百科m in it\'s method and it sets it upon method execution[详细]
2023-02-13 10:32 分类:问答Synchronization between Java Application and Microsoft Application via Jacob
In my java application I am connecting to Microsoft Excel with Jacob libraries. Everything is fine but I do not know how I can catch com events when any changes in Excel page occurs by 开发者_如何学JA[详细]
2023-02-11 02:16 分类:问答