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. ajax的底层实现

    Ajax 技术核心是 XMLHttpRequest 对象(简称 XHR),这是由微软首先引入的一个特性,其他浏览器提供商后来都提供了相同的实现.在 XHR 出现之前,Ajax 式的通信必须借助一些手段 ...

  2. fonts/font-awesome-woff2 404问题

    报错环境: vue 开发的项目 npm 引入的font-awesome, 页面正常显示,就是控制台会报这个错误 产生原因:因为服务器IIS不认SVG,WOFF/WOFF2 这几个文件类型,只要在IIS ...

  3. 微信小程序 base64ToArrayBuffer

    base64ToArrayBuffer 将 base64 的字符串转化为 ArrayBuffer 对象 示例代码: 使用位置:在 JS文件的任意函数中使用 const base64 = 'CxYh'; ...

  4. python大数据初探--pandas,numpy代码示例

    import pandas as pd import numpy as np dates = pd.date_range(',periods=6) dates import pandas as pd ...

  5. 方程的解——枚举&&水题

    题目 链接 给出方程组:$$\displaystyle \left\{\begin{aligned}11x + 13y + 17z = 2471 \\13x + 17y + 11z = 2739\en ...

  6. Codeforces Round #590 (Div. 3) E. Special Permutations

    链接: https://codeforces.com/contest/1234/problem/E 题意: Let's define pi(n) as the following permutatio ...

  7. HDU 6051 - If the starlight never fade | 2017 Multi-University Training Contest 2

    /* HDU 6051 - If the starlight never fade [ 原根,欧拉函数 ] | 2017 Multi-University Training Contest 2 题意: ...

  8. 基于steam的游戏销量预测 — PART 1 — 爬取steam游戏相关数据的爬虫

    语言:python 环境:ubuntu 爬取内容:steam游戏标签,评论,以及在 steamspy 爬取对应游戏的销量 使用相关:urllib,lxml,selenium,chrome 解释: 流程 ...

  9. http message

  10. HDU 5863 cjj's string game ( 16年多校10 G 题、矩阵快速幂优化线性递推DP )

    题目链接 题意 : 有种不同的字符,每种字符有无限个,要求用这k种字符构造两个长度为n的字符串a和b,使得a串和b串的最长公共部分长度恰为m,问方案数 分析 : 直觉是DP 不过当时看到 n 很大.但 ...