环境准备。安装以下软件
1)PostgreSQL database
8.3.5 is the minimum required version
2)Sun JDK
Download and install JDK 1.6.
Add the JAVA_HOME environment variable:
Right-click on My Computer.
Select Properties. The System Properties window appears.
Select the Advanced tab then click Environment Variables.
Click New. The New System Variable box appears.
In the Variable name field, type JAVA_HOME.
In the Variable value field type the path of the JDK installation directory. This is usually C:\Java\jdk1.6.0_<version>
Select the PATH environment variable.
In the Variable value field, type the path of the JDK installation directory's bin folder. This is usually C:\Java\jdk1.6.0_<version>\bin
3)Apache Tomcat

Download and install Apache Tomcat 6.0.
Add CATALINA_HOME, CATALINA_BASE and CATALINA_OPTS environment variables:
Right-click on My Computer.
Select Properties. The system properties window appears.
Select the Advanced tab.
Click Environment Variables.
Click New. The New User Variable box appears.
In the Variable name field, type CATALINA_HOME.
In the Variable value field, type the path of the Apache Tomcat installation directory. This is usually C:\Apache Software Foundation\Tomcat 6.0.
Click OK.
Click New. The New User Variable box appears.
In the Variable name field, type CATALINA_BASE.
In the Variable value field type the path of the Apache Tomcat installation directory.
Click OK
Click New. The New User Variable box appears.
In the Variable name field, type CATALINA_OPTS.
In the Variable value type -Xms384M -Xmx512M -XX:MaxPermSize=256M.
If you want to be able to install modules and update the core from the repository, we recommend setting the CATALINA_OPTS to -Xms384M -Xmx1024M -XX:MaxPermSize=256M
Select the PATH environment variable.
In the Variable value field, type the path of the Apache Tomcat installation's bin folder. This is usually C:\Apache Software Foundation\Tomcat 6.0\bin.
More information about managing environment variables in Microsoft's Help & Support site
Copy the C:\Java\jdk1.6.0_<version>\bin\lib\tools.jar file from your Sun JDK installation to C:\Apache Software Foundation\Tomcat 6.0\lib\
In order to avoid Tomcat from auto-reloading itself, comment the WatchedResource line in C:\Apache Software Foundation\Tomcat 6.0\conf\context.xml:
<!-- <WatchedResource>WEB-INF/web.xml</WatchedResource> -->
Configure a username and password for the Tomcat Manager, by replacing the C:\Apache Software Foundation\Tomcat 6.0\conf\tomcat-users.xml file with these contents, replacing password="admin" with your chosen password:
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="manager"/>
<role rolename="admin"/>
<user username="admin" password="admin" roles="admin,manager"/>
</tomcat-users>
You can check that Tomcat is running by opening http://localhost:8080 in a web browser.
4)Apache Ant
Download and extract Apache Ant (old releases) onto your system (for instance, C:\Apache-Ant).
Add ANT_HOME environment variable:
Right-click on My Computer.
Select Properties. The System Properties window appears.
Select the Advanced tab.
Click on the Environment Variables button.
Click the New button.
In the Variable name field, type ANT_HOME.
In the Variable value field, type the path of the Ant directory. This is usually C:\Apache-Ant.
Click OK.
Select the PATH environment variable.
In the Variable value field, type the path of the Ant directory's bin folder. This is usually C:\Apache-Ant\bin.
Equally add the ANT_OPTS environment variable:
Click the New button.
In the Variable name field, type ANT_OPTS.
In the Variable value field, type -Xmx1024M -XX:MaxPermSize=128M.

Openbravo开发-安装篇(windows)相关推荐

  1. 【B站视频教程笔记】基于VSCode和CMake实现C/C++开发 | Linux篇(gcc/g++)(安装、配置、使用详细教程)(VSCode教程)(CMake教程)(精!)

    基于VSCode和CMake实现C/C++开发 | Linux篇 文章目录 目录结构 文件编辑 vim(编辑器之神,linux里可以畅通无阻,必学,但不是现在!) 安装GCC和GDB g++编译过程 ...

  2. Git快速入门篇—— Windows版本淘宝镜像快速下载安装详细步骤及简单入门教程(附带图文教程)

    Git快速入门篇-- Windows版本淘宝镜像快速下载安装详细步骤及简单入门教程(附带图文教程) 前言:我们平时在整理代码的时候,尤其是与别人一起开发项目的时候,常常涉及到代码的更新,因此代码版本问 ...

  3. 第一篇 windows驱动之WinRing0.sys的开发及使用(电脑温度监控软件开发)

    简介   从鲁大师的温度监控谈起,现代的CPU.GPU等芯片一般都具有温度监控的功能,比如我们可能会遇到的电脑散热不好导致系统直接关机黑屏,就是cpu检测到当前温度高于额定温度执行的操作.   鲁大师 ...

  4. 安装Ubuntu后必须要做的几件事(二)--开发工具篇

    链接 链接 安装Ubuntu后必须要做的几件事(一)–基础应用篇 安装Ubuntu后必须要做的几件事(二)–开发工具篇 终端的乐趣–Linux下有趣的终端命令或者工具 Ubuntu使用apt-file ...

  5. 机器学习-python等开发工具-安装篇

    Python安装篇 准备工作下载安装包: 测试安装环境:win10 64X 测试Python解释器版本 3.10.3 首先下载并安装 python解释器 下载地址: https://www.pytho ...

  6. PHP安装配置(Windows和Linux)-一篇就够了

    文章目录 PHP Windows 1.下载 2.解压缩 3.配置 4.php.ini文件 5.测试配置(此步可跳过) 6.测试PHP代码 Linux 1.下载和解压 2.安装 3.php.ini 4. ...

  7. Arduino可穿戴开发入门教程Windows平台下安装Arduino IDE

    Arduino可穿戴开发入门教程Windows平台下安装Arduino IDE Windows平台下安装Arduino IDE Windows操作系统下可以使用安装向导和压缩包形式安装.下面详细讲解这 ...

  8. Visual Studio.net 2010 Windows Service 开发,安装与调试

    本示例完成一个每隔一分钟向C:\log.txt文件写入一条记录为例,讲述一个Windows Service 程序的开发,安装与调试     原程序,加文档示例下载 /Files/zycblog/Sou ...

  9. 如何使用UUP来下载Windows 10 的安装镜像(Windows篇)

    UUP全称为Unified Update Platform,即统一更新平台,是微软于2016年推出的更新模式,也是现在Windows的更新方式.UUP更新机制下Windows的更新方式为增量更新,在U ...

  10. R语言图形编辑器GUI开发环境RStudio安装(Windows操作系统下、RStudio开发环境安装)

    R语言图形编辑器GUI开发环境RStudio安装(Windows操作系统下.RStudio开发环境安装) RStudio是R语言的集成开发环境(IDE),它是一个独立的开源项目,它将许多功能强大的编程 ...

最新文章

  1. 机器学习笔试题精选(四)
  2. 上海:加快推进18个新建数据中心项目的建设和投资进度
  3. geth安装失败,双击后不显示或等待很久后报错
  4. rust挖油机怎么整_挖掘机发动机进气管断裂该怎么办?
  5. cassandra可视化工具_耗时1个月整理!160种Python标准库、第三方库和外部工具都有了...
  6. 数据库的驱动配置文件
  7. SAP License:SAP ECC6安装系列一:安装前硬件和软件准备
  8. vue项目-jQuery中Nicescroll滚动条插件的用法
  9. 【STM32+STM32CubeMX】控制ws2812b灯珠
  10. 批量创建文件夹的方法
  11. 华三服务器java挂载镜像_RAKsmart美国服务器实现挂载镜像操作过程
  12. 【HTML5+CSS】怎样去美化你的页面
  13. 怎么去区别机械硬盘的蓝盘,绿盘,红盘,黑盘各自特点
  14. mysql 开源聊天系统_轻量级的开源企业聊天软件 喧喧聊天(界面很不错)
  15. linux 内核 修改mss,[转载]linux 内核对于TCPMSS的处理
  16. checkpatch海思SDK代码遇见的常见错误《二》
  17. Flink系列之Flink集群搭建
  18. Linux内核之vmlinux与vmlinuz
  19. 微信小程之swiper
  20. 解决linux虚拟机网络图标丢失,无法连接网络问题

热门文章

  1. 贝叶斯建模:从先验合理性到后验分布
  2. 求不黑,这样的广东高考作文能打几分?
  3. matlab通过鼠标选取数据
  4. mysql电脑变卡_win7电脑变得很卡如何修复【图文】
  5. 基于Springboot网络空间安全实验教学示范中心网站 毕业设计-附源码111454
  6. jdk1.8新特性初步学习
  7. @Async 异步不起作用
  8. 计算机专业招聘面试机考题库,银保监会考试题库:计算机类模拟试题练习(六)...
  9. 王利芬对话IT大佬,
  10. 多方安全计算升级数据治理技术体系需考虑数据源合规性等