您的位置:首页 > 其它

工作两周的一点感悟

2012-04-20 09:38 323 查看
1。Eclipes +JBoss开发环境的的快速拷贝

前提,你已经有一台配置好的干净的开发环境。

1.Introduction

This file tends to help you to deploy and configure a dev environment for development in a new PC quickly and efficiently. There is an available dev at
\\your_server_name\sourcefolder, please follow the below steps.

2.Install JDK1.5

Install JDK1.5 into the folder named C:\Program files\Java\JDK150, and install JRE1.5 into the folder named C:\Program Files\Java\jre1.5.0_09

opy files

3.Copy three folders named dev, JBoss-4.2.1.GA and Eclipse from\\your_server_name\installed folder to your local D drive, do not change the names of these folders.

Confirm the following information in the file D:\Eclipse\configuration\.settings\ org.eclipse.ui.ide.prefs:

RECENT_WORKSPACES=D\:\\source_installed_workspace

4.Configure the system variables

Open control panelsystemadvancedEnvironment variables

Add three system variables below,

JAVA_HOME= c:\program files\java\jdk150

PATH= .;%JAVA_HOME%\bin;%JAVA_HOME%\jre1.5.0_09\bin;

CLASS PATH=.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\dt.jar;

2。Eclipse的debug选项设置为warning,这样Jboss才可以在开发环境中热启。

3。随手生成文档,可读性要良好。

4。有问题多沟通,可以技术,不能宅。:)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: