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. 《黑白团团》第九次团队作业:Beta冲刺与验收准备

    项目 内容 作业课程地址 任课教师首页链接 作业要求 团队项目 填写团队名称 黑白团团队 填写具体目标 认真负责,完成项目 GitHub链接 Scrum meeting导航 [Beta]Scrum m ...

  2. Java入门第二季——Java中的this关键字

    如果想访问一个private属性,通常会使用setter和getter方法来操作属性,属性名经常会与参数名相同,我们为了区分属性和参数的概念,我们会在属性前面加上this关键字,此时代表我将一个参数的 ...

  3. C# 反射 (15)

    本章要点 自定义特性 反射 自定义特性运行把自定义元数据与程序元素关联起来.这些元数据时再编译过程中创建的并嵌入到程序集中. 反射是计算机术语,它描述在运行过程中检查和处理程序元素的功能. 反射允许完 ...

  4. 洛谷P1372 又是毕业季I【数论】

    题目:https://www.luogu.org/problemnew/show/P1372 题意: 在1~n之中找k个数,使得他们的最大公因数最大. 思路: 假设ans是答案,说明选择的k个数分别是 ...

  5. 基于sed 的猫狗游戏

    1.测试文件 [root@L shells]# cat catDog.txt snake snake pig bird dog cat snake pig bird snake cat bird do ...

  6. OFDM符号速率与子载波间隔的关系

    一般采样速率fs等于符号速率Rb: 采样速率表示采样的快慢,现有N个采样点: 类似于路程(N)除以速度(fs)等于时间(Tb): 采样一个点所需时间Tb = N/fs: 即一个子载波持续时间为Tb = ...

  7. Luogu P4109 [HEOI2015]定价 贪心

    思路:找规律?$or$贪心. 提交:1次 题解: 发现:若可以构成$X0000$,答案绝对不会再在数字最后把$0$改成其他数: 若可以构成$XX50...0$更优. 所以左端点增加的步长是增加的($i ...

  8. .Net利用cwbx.dll call AS400 program得到数据

    calling as400 programs from c# http://forums.asp.net/t/1817332.aspx?calling+as400+programs+from+c+ H ...

  9. 了解Springboot加载文件机制

    https://blog.csdn.net/u014044812/article/details/84256764(

  10. Jenkins发布.Net Core项目到IIS

    安装Java8,Git,和Jenkins及插件. jenkins安装后以windows服务的方式运行,浏览器访问本机8080端口可访问. 自动部署的原理分为三步,首先从git服务器获取最新代码,然后用 ...