用 eclipse 来开发 compiere的配置
All 2 messages in topic - view as tree
From: 骆驼刺 - view profile
Date: Thurs, Dec 22 2005 4:39 pm
Not yet rated
show options
用 eclipse 来开发 compiere配置
compiere 本来就是用 Eclipse 开发的,但是 compiere.com
并没有提供详细的如何设置 Eclipse,而且只使用从cvs
check out 的.project 的话,会报很多错.
1. 首先从 sourceforge 上下载 compiere-all
2. 用 Eclipse 新建一个 workspace,目录即为 compiere-all
3. 打开 Eclipse/File/import /Exsiting Projects Into Workspace/
root directory 选择 compiere-all
4. 设置 jdk
windows/Preference/Java/Installed JRE,增加 jdk1.5
windows/Preference/compiler ,compiler compilance level 选择 5.0
5. 设置变量
windows/Preference/Java/Build Path/Class path Variable/New...
INTERFACES - compiere-all\interfaces\Interfaces.jar
ORACLE - compiere-all\lib\oracle.jar
POSTGRESQL - compiere-all\tools\lib\postgresql.jar
SYBASE - compiere-all\lib\sybase.jar
PDF - compiere-all\lib\jPDF.jar
JTDS - compiere-all\tools\lib\jtds3.jar
6. 由于 253a 编译的时候,总是 xml 校验出错,所以
windows/preference/Myeclipse/Validation/
去掉复选框,如果你没有这个问题,你可以不用
7. 到现在,已经可以编译使用 compiere
客户端程序了,如果要发布 compiere web
端,可能还需要做一些配置
Reply Rate this post:
Subject changed: Compiere-China: 用 eclipse 来开发 compiere的配置
From: zhang freeya - view profile
Date: Thurs, Dec 22 2005 5:35 pm
Not yet rated
show options
噢,不错,
可不可以发点在于Eclipse的资料上来研究研究呀
2005/12/22, 骆驼刺 <>:
阅读(1453) | 评论(1) | 转发(0) |