Can't co-create object

后端 未结 3 1516
既然无缘
既然无缘 2021-01-20 20:52

i made a dll in .net and call that from java program using jacob.since yesterday i have windows 7 32 bit os so program run successfully.now i formated and install windows 7

相关标签:
3条回答
  • 2021-01-20 21:24

    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.

    0 讨论(0)
  • 2021-01-20 21:24

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

    0 讨论(0)
  • 2021-01-20 21:30

    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

    0 讨论(0)
提交回复
热议问题