我必须从我的Java应用程序中访问VBA- Office应用程序的代码,我找到了,它说我可以使用JNI通过VisualBasic DLL访问VBA-代码。我在VisualBasic 2013中创建了一个VisualBasic类库(这是测试它是否有效的一个简单示例): Public Function box()("Test1"); public native void box</
我正在尝试使用BoxAPI应用程序的下载功能从BoxAPI应用程序下载文件,就像here所说的那样。 ...ProgressListener to monitor the progress of the download. public但是,我无法使用onProgessChanged函数。有没有关于如何访问它的例子?我如何访问它?