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. elasticsearch联想加搜索实例

    //搜索框具体的ajax如下: <form class="form-wrapper cf"> <img src="__PUBLIC__/Home/img ...

  2. C# 反射 (15)

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

  3. PHP流协议

    目前对PHP流协议的定义是数据传输过程中,不同数据类型采用不同处理函数的技术规范(个人理解)这一规范比起传统文件处理函数来的更规范(诸如fget,fwrite,fopen,fclose等) $opts ...

  4. jmeter结果树乱码的解决方案

  5. oracle 分配表权限给用户的写法

    grant select on xxxx.xxxxx_TB to sb;grant select on xxxx.xxxxxx_tb to sb;

  6. find(expr|obj|ele)搜索所有与指定表达式匹配的元素。

    find(expr|obj|ele) 概述 搜索所有与指定表达式匹配的元素.这个函数是找出正在处理的元素的后代元素的好方法. 所有搜索都依靠jQuery表达式来完成.这个表达式可以使用CSS1-3的选 ...

  7. 【luoguP1955 】[NOI2015]程序自动分析--普通并查集

    题目描述 在实现程序自动分析的过程中,常常需要判定一些约束条件是否能被同时满足. 考虑一个约束满足问题的简化版本:假设x1,x2,x3...代表程序中出现的变量,给定n个形如xi=xj或xi≠xj的变 ...

  8. Hbuilder快速代码技巧和常用快捷键

    1.在body内输入div.abc按下tab键 效果:<divclass="abc"></div> 2.在body内输入div#abc按下tab键 效果:& ...

  9. 关于Map的问题

    关于Map的问题主要有: (1)什么是散列表? (2)怎么实现一个散列表? (3)java中HashMap实现方式的演进? (4)HashMap的容量有什么特点? (5)HashMap是怎么进行扩容的 ...

  10. Codeforces 940 E.Cashback (单调队列,dp)

    Codeforces 940 E.Cashback 题意:一组数,要分为若干个区间,每个区间长度为ki(1<=ki<=n),并且对于每个区间删去前ki/c(向下取整)个小的数(即对区间升序 ...