iReport-3.7.4安装后运行报错 cannot find java.exe

解决方法:到 ireport 安装的目录下找到 etc 目录下的 ireport.conf 文件

将 jdkhome 前面的“#”去掉 ,路径改为自己本机的 JAVA_HOME 路径

eg. jdkhome="C:\Program Files\Java\jdk1.6.0_45"

时间: 2024-11-05 18:54:29

iReport-3.7.4安装后运行报错 cannot find java.exe的相关文章

Python首次安装后运行报错(0xc000007b)的解决方法

最近在安装完Python后运行发现居然报错了,错误代码是0xc000007b,于是通过往上查找发现是因为首次安装Python缺乏VC++库的原因,下面通过这篇文章看看如何解决这个问题吧. 错误提示如下: 其实这是一个挺常见的系统报错,缺乏VC++库. 我安装的是python3.5.2,这个版本需要的vc版本是2015的了,下载:Microsoft Visual C++ 2015 update 3 安装完后发现就正常了: 总结 通过以上的方法就能轻松解决首次安装Python后运行报错的问题,希望本

ansible安装后运行报错cryptography

[[email protected] ~]# ansible all -m ping ERROR! Unexpected Exception, this is probably a bug: (cryptography 0.8.2 (/usr/lib64/python2.7/site-packages), Requirement.parse('cryptography>=1.1')) [[email protected] ~]# rpm -qa |grep python-crypto [[ema

CentOS 安装paramiko 运行报错 'module' object has no attribute 'GSSException'

网上的解决办法都是: ssh_gss.py,53,54行改成: 53 import gssapi.error 54 GSS_EXCEPTIONS = (gssapi.error.GSSException,) 但是从可移植性的角度来说这么改肯定是下下策. 其实是缺少个依赖包,命令行 : yum install python-paramiko 安装完成后问题解决 CentOS 安装paramiko 运行报错 'module' object has no attribute 'GSSException

idea生成单元测试后运行报错:java.net.ConnectException: Connection refused:

从官网下载了一个最新的idea(2017.1.4 community),多一个一个类写了一个单元测试,测试代码都没写,然后运行测试,竟然报错,报错为Error connecting to 127.0.0.1:54305; reason: Connection refused: no further information: /127.0.0.1:54305 不知道链接54305端口是干什么的.有没有谁遇到过. 完整错误 : Error:Abnormal build process termina

安装react后运行报错

错误提示:npm WARN checkPermissions Missing write access to C:\Users\LXD\Desktop\webpack-base\node_modules...... 解决方法:删除node_modules文件夹,在项目目录命令行运行npm i,重新生成node_modules,问题解决 问题总结:很多时候在npm中的一些奇奇怪怪的错误,都可以先尝试一下删除node_modules文件夹,重新安装模块看看能不能解决 原文地址:https://www

解决Pyqt打包后运行报错:应用程序无法启动 因为程序的并行配置不正确

做了一个生成二维码的小程序:http://www.cnblogs.com/dcb3688/p/4241048.html 直接运行脚本没问题,用pyinstaller打包后再运行就直接报错了: 应用程序无法启动 因为程序的并行配置不正确.有关详细信息,请参阅应用程序事件日志,或使用命令行 sxstrace.exe 工具. 网上找的解决方法: 1.   安装Microsoft Visual C++ 2008 Redistributable 2.  开始 - 运行(输入services.msc)- 确

打成Jar包后运行报错 Unable to locate Spring NamespaceHandler for XML schema namespace

MAVEN项目,在IDEA中运行正常,但是把它打成jar包后再运行就会出现异常: Exception in thread "main" org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.sp

npm 安装文件 运行报错 %1 is not a valid Win32 application

安装了那个模板出了错报这样的错误 "%1 is not a valid Win32 application" 你就除那个模板新安装. 如下例: 运行 npm install -g @angular/cli 报以下错误 Binary has a problem: Error: %1 is not a valid Win32 application. \\?\C:\Users\Administrator\AppData\Roaming\npm\node_modules\@angular\c

springboot创建项目后运行报错

Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class Action: Consider the following: If you want an embedded database (H2,