java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:)
at com.neusoft.unieap.workshop.exportdocument.wizards.ProgressMonitorDialog.run(ProgressMonitorDialog.java:)
at com.neusoft.unieap.workshop.exportdocument.wizards.ExportDesignDocumentWizard.doExport(ExportDesignDocumentWizard.java:)
at com.neusoft.unieap.workshop.exportdocument.wizards.ExportDesignDocumentWizard.performFinish(ExportDesignDocumentWizard.java:)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:)
at org.eclipse.jface.dialogs.Dialog$.widgetSelected(Dialog.java:)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:)
at org.eclipse.jface.window.Window.open(Window.java:)
at com.neusoft.unieap.workshop.exportdocument.action.ExportDesignDocumentAction.run(ExportDesignDocumentAction.java:)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:)
at org.eclipse.jface.action.ActionContributionItem.access$(ActionContributionItem.java:)
at org.eclipse.jface.action.ActionContributionItem$.handleEvent(ActionContributionItem.java:)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:)
at org.eclipse.ui.internal.Workbench.access$(Workbench.java:)
at org.eclipse.ui.internal.Workbench$.run(Workbench.java:)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:)
at java.lang.reflect.Method.invoke(Method.java:)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:)
at org.eclipse.equinox.launcher.Main.run(Main.java:)
at org.eclipse.equinox.launcher.Main.main(Main.java:)
Caused by: java.lang.UnsatisfiedLinkError: no jacob-1.17-M2-x86 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:)
at java.lang.Runtime.loadLibrary0(Runtime.java:)
at java.lang.System.loadLibrary(System.java:)
at com.jacob.com.LibraryLoader.loadJacobLibrary(LibraryLoader.java:)
at com.jacob.com.JacobObject.<clinit>(JacobObject.java:)
at com.jacob.com.LibraryLoader.loadJacobLibrary(LibraryLoader.java:)
at com.jacob.com.ComThread.<clinit>(ComThread.java:)
at com.neusoft.unieap.workshop.exportdocument.util.StarUML.init(StarUML.java:)
at com.neusoft.unieap.workshop.exportdocument.Exporter.exportStarUML(Exporter.java:)
at com.neusoft.unieap.workshop.exportdocument.wizards.ExportDesignDocumentWizard$.run(ExportDesignDocumentWizard.java:)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:)
Root exception:
java.lang.UnsatisfiedLinkError: no jacob-1.17-M2-x86 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:)
at java.lang.Runtime.loadLibrary0(Runtime.java:)
at java.lang.System.loadLibrary(System.java:)
at com.jacob.com.LibraryLoader.loadJacobLibrary(LibraryLoader.java:)
at com.jacob.com.JacobObject.<clinit>(JacobObject.java:)
at com.jacob.com.LibraryLoader.loadJacobLibrary(LibraryLoader.java:)
at com.jacob.com.ComThread.<clinit>(ComThread.java:)
at com.neusoft.unieap.workshop.exportdocument.util.StarUML.init(StarUML.java:)
at com.neusoft.unieap.workshop.exportdocument.Exporter.exportStarUML(Exporter.java:)
at com.neusoft.unieap.workshop.exportdocument.wizards.ExportDesignDocumentWizard$.run(ExportDesignDocumentWizard.java:)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:)

unieap 导出文档错误的更多相关文章

  1. qt 工具下的dump工具导出文档出现异常解决方案

    今天一直认为qt环境下的dumpcpp 和dumpdoc两个导出工具很好用,可以今天在导出MSChart组件的类方法文档时,虽然导出成功了,但是导出的结果却是令人失望.自己也不知道如何能够正确导出,就 ...

  2. 基于.NetCore3.1搭建项目系列 —— 使用Swagger导出文档 (补充篇)

    前言 在上一篇导出文档番外篇中,我们已经熟悉了怎样根据json数据导出word的文档,生成接口文档,而在这一篇,将对上一篇进行完善补充,增加多种导出方式,实现更加完善的导出功能. 回顾 1. 获取Sw ...

  3. 关于使用freemarker导出文档的使用

    7.FreeMarker导出word文件,模板:template.ftl/** * 为word加载数据插值 * * @throws IOException */ public void exportW ...

  4. error CS1010 CS8025 CS1012 CS1525 常见文档错误解决

    error CS1010: Newline in constant error CS8025: Parsing error error CS1012: Too many characters in c ...

  5. Allegro文档错误之:Iangle 命令

    Allegro绘制弧线时,可以使用add rarc命令,或者菜单栏里 Add|Arc w/Radius. 使用该命令时,需要输入3个参数: 1,圆心坐标:如 x –0.3 –0.8 2,半径,以及起始 ...

  6. 基于.NetCore3.1搭建项目系列 —— 使用Swagger导出文档 (番外篇)

    前言 回顾之前的两篇Swagger做Api接口文档,我们大体上学会了如何在net core3.1的项目基础上,搭建一套自动生产API接口说明文档的框架. 本来在Swagger的基础上,前后端开发人员在 ...

  7. 导出文档设置exportDocument

    <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4" ...

  8. 微信第三方 授权方账户信息 API文档错误

    获取授权方的账户信息 该API用于获取授权方的公众号基本信息,包括头像.昵称.帐号类型.认证类型.微信号.原始ID和二维码图片URL. 需要特别记录授权方的帐号类型,在消息及事件推送时,对于不具备客服 ...

  9. POI 导出文档整理

    1 通过模板获取workbook public static Workbook getWorkBook(String templatePath) { try { InputStream in = ne ...

随机推荐

  1. PAT乙级1039

    题目链接 https://pintia.cn/problem-sets/994805260223102976/problems/994805283241443328 题解 用两个字符串表示两个箱子,一 ...

  2. 从后台数据库查询的List数据怎么在前台combobox显示

    后台直接从数据库,通过jdbcTemplate查询数据,得到List数据集,里面是Map List<Map<String, Object>> list =  jdbcTempl ...

  3. python_列表方法

    1.在列表后面追加元素 user = [] while True: name = input("输入名字:") # 在列表后面追加元素 user.append(name) prin ...

  4. mysqldump表损坏问题

    遇到的问题:mysqldump: Error 1194: Table 'user' is marked as crashed and should be repaired when dumping t ...

  5. Huffman树、霍夫曼编码

    Huffman树指的是带权路径长度WPL最小的二叉树 WPL=路径*权值 Huffman常用于压缩编码,正常传输ABCDEF这些字母需要3位二进制树来描述,但由于一篇文章中ABCDEF这些字母出现的概 ...

  6. WebUI自动化之Java语言提高

    单独写一个函数和把函数写在类中的区别: 单独写一个函数,函数只能完成一个功能,团队开发.让第三方使用时比较麻烦: 项目管理和构建自动化工具Maven:

  7. 题解 BZOJ1026 & luogu P2657 [SCOI2009]windy数 数位DP

    BZOJ & luogu 看到某大佬AC,本蒟蒻也决定学习一下玄学的数位$dp$ (以上是今年3月写的话(叫我鸽神$qwq$)) 思路:数位$DP$ 提交:2次 题解:(见代码) #inclu ...

  8. Splay - restudy

    https://www.zybuluo.com/wsndy-xx/note/1136246 图1 图2

  9. 看透“0”、“1”逻辑,轻松解决Python中文乱码

    Python中关于"中文乱码"的问题,现规整如下,并统一回答 同学问: jacky:我在爬取XX网站信息的时候,中文怎么总是显示的乱码? jacky:UTF-8与GBK到底是个啥? ...

  10. Django基础之CBV和FBV

    我们之前写过的是基于函数的view,就叫FBV.还可以把view写成基于类的. 1. FBV版 def add_class(request): if request.method == "P ...