Can't co-create object

北战南征 提交于 2019-12-01 22:42:31

Use a 32bit JVM to execute your code.

The DLL of the COM object you are trying to use needs to be registered. The jacob dll's do not provided they are available in the library path.

Error is solved.put the same jacob.dll and jacob.jar in the server \lib folder,jdk bin and lib folder

see here http://netheadaches.wordpress.com/2012/04/22/jacob-cant-co-create-object/

You need to register your dll file using the 64bit version of regasm.exe

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!