雅各布库+传递参考数组

时间:2013-07-05 15:37:56

标签: java jacob

我正在尝试使用Jacob库来访问com对象。

现在com对象接受了一个引用数组,我怎样才能在Java中传递它。

我的示例代码

String[] temp = new String[]{};
Dispatch.call(ssrpmProfile, "GetAdminDefinedQuestionsList", "English", temp);
System.out.println("UserData="+temp.length);

原始代码

Dim AdminQuestionArray
Profile.GetAdminDefinedQuestionsList "English",AdminQuestionArray

文档可在http://www.tools4ever.com/resources/pdf/self-service-reset-password-management/ssrpm_com_object_guide.pdf

获得

在ASP代码中我得到10个问题,在Java中,数组的大小为0,数组中的值为null。

我也试图分配数组的大小,但我仍然没有得到列表。

其他有效的功能

  1. 连接
  2. GetUserDetails
  3. GetOptions
  4. GetMinimumQuestionLength
  5. 我需要的是

    1. IsBlocked
    2. GetAdminDefinedQuestionsList
    3. 登记
    4. 有人可以帮我解决这个问题吗。

0 个答案:

没有答案