OFBIZ bug_create-component ERROR

开发环境:win7 64位 Eclipse

运行create-component,报一下错误:

Buildfile: F:\workspace\opensource\apache-obiz\apache-ofbiz-12.04.05\build.xml
create-component:

BUILD FAILED
F:\workspace\opensource\apache-obiz\apache-ofbiz-12.04.05\build.xml:1096: java.lang.UnsatisfiedLinkError: Cannot load 64-bit SWT libraries on 32-bit JVM

Total time: 1 second

解决办法如下:

更改jre,因为系统中也默认安装了32bit的jre,将之切换为64位的jre即可。

时间: 2024-10-26 13:40:23

OFBIZ bug_create-component ERROR的相关文章

Uninstall office15 click-to-run extensibility Component

Summary : Uninstall office15 click-to-run extensibility Component,How to resolve Uninstall office15 click-to-run extensibility Component error. Uninstalling Office15 click-to-run extensibility Component was a bit of a pain today. I was getting this m

路由知识三

路由的过渡动画:让路由有过渡动画,需要在<router-view>标签的外部添加<transition>标签,标签还需要一个name属性. <transition name="fade"> <router-view ></router-view> </transition> css过渡类名:组件过渡过程中,会有四个CSS类名进行切换,这四个类名与transition的name属性有关,比如name="fa

Unity3d修炼之路:加载一个预制体,然后为该对象添加组件,然后查找对象,得到组件。

#pragma strict function Awake(){ //加载一个预制体 资源必须在 Resources文件夹下 Resources.LoadLoad(); //加载后 必须示例化 GameObject.Instantiate(); //为对象添加组件 AddComponent(); //Find游戏对象 Find(); //Get组件 GetComponent(); var pPrefab : GameObject = Resources.Load("Prefab/Scence&q

【Android】-- adb shell 命令探索

ADB是什么,做android开发的没有不知道的. window下运行cmd,输入adb help就会打印adb都能够做的事情,包括 adb push ..adb pull .. adb devices  adb install... 等等..并且一搜一大把. 其中有一个命令叫做  adb shell,android是基于linux的,shell模式下linux的命令可是非常多的,android去掉了许多linux的命令,那么从这写命令里面又能够发现什么宝藏呢?寻宝之旅开启!! 首先linux的

Unity3d修炼之路:载入一个预制体,然后为该对象加入组件,然后查找对象,得到组件。

#pragma strict function Awake(){ //载入一个预制体 资源必须在 Resources目录下 Resources.LoadLoad(); //载入后 必须演示样例化 GameObject.Instantiate(); //为对象加入组件 AddComponent(); //Find游戏对象 Find(); //Get组件 GetComponent(); var pPrefab : GameObject = Resources.Load("Prefab/Scence&

SharePoint 错误集

1. Delete a site collection · Run command : Remove-SPSite –Identity http://ent132.sharepoint.hp.com/teams/monitor/ –GradualDelete –Confirm:$False · In CA Central Administration->Application Management ->Delete a Site collection Change the site colle

MDT 2013 从入门到精通之无法分析或处理pass[specialize]文件

技术问题描述: 中文报错:Windows无法分析或处理pass[specialize]的无人参与应答文件[C:\Windows\Panther\Unattend.xml]. 应答文件中指定的组件或设置不存在. 英文报错: "Windows could not parse or process the unattend answer file [C:\Windows\Panther\unattend.xml] for pass [specialize]. A component or settin

通过JavaScript创建Qml对象

有两种方法可以创建,都是全局对象Qt提供的方法 一:用Qt.createComponent加载一个qml文件并创建Component 二:用Qt.createQmlObject从一个qml字符串创建Component 注意,以上两种方法返回的是Component,Component在QML中是一种类型,参考文档: http://qt-project.org/doc/qt-5/qml-qtqml-component.html#details 因此还要调用Component的createObject

apacheOfbiz

一.ofbiz 用自身数据库安装 1. 由 binary 安装: 由 binary 安装非常简单, 以下是安装方法: 下载ofbiz-2.0-beta1-complete.tar.gz, 注意不是ofbiz-2.0-beta1.tar.gz. tar xvzf ofbiz-2.0.beta1-complete.tar.gz cd tomcat/bin ./ofbiz.sh start galeon http://localhost:8080/webtools 2. 由 CVS 安装: 由 CVS

[Preact] Integrate react-router with Preact

React-router is the community favourite routing solution - it can handle all of your complex routing needs and in this lesson we’ll cover what’s needed to enable it’s use within Preact. https://github.com/ReactTraining/react-router in webpack.config.