chapter 1
configuration of eclipse to use jboss and lomboz 【程序编程相关:Apache也要提供自己的J2SE实现】
【推荐阅读:第一次遇到Mysql的BUG,困扰我好久】
first of all we have to set up eclipse integrated development environment (ide) with jboss as our application server. 【扩展信息:关于配置支持JFreeChart的Tom】
install eclipse.
so go to this page: http://www.eclipse.org/downloads/index.php and download the binary for the eclipse editor. you can download the appropriate binary for your platform. this tutorial was developed using linux (red hat 8.0) as the operating system.
example : eclipse-sdk-2.1-linux-gtk.zip, eclipse-sdk-2.1-win32.zip
note : eclipse does not include a java runtime environment (jre). you will need at least a 1.3 level java runtime or java development kit (jdk) installed on your machine in order to run eclipse.
now unzip this file into your home directory.
[vishal@localhost eclipse]$ unzip eclipse-sdk-2.1-linux-gtk.zip archive: eclipse-sdk-2.1-linux-gtk.zip archive: eclipse-sdk-2.1-linux-gtk.zip inflating: eclipse/plugins/org.eclipse.core.boot_2.1.0/boot.jar inflating: eclipse/plugins/org.eclipse.core.boot_2.1.0/splash.bmp inflating: eclipse/plugins/org.eclipse.core.boot_2.1.0/boot.xml inflating: eclipse/plugins/org.eclipse.core.boot_2.1.0/plugin.properties ----------------------------------------------------------------------------- ---------------------------------------------------------------------------- ------------------------------------------------------------------------- inflating: eclipse/install.ini inflating: eclipse/startup.jar inflating: eclipse/readme/readme_eclipse.html once you have unzipped this file you will have a directory called eclipse in your home directory.go into that directory and run the script file called eclipse.[vishal@localhost eclipse]$ cd eclipse [vishal@localhost eclipse]$ ls cpl-v10.html features install.ini plugins startup.jar eclipse icon.xpm notice.html readme workspace [vishal@localhost eclipse]$ ./eclipsethis will run the eclipse ide on your workstation. lets get familiar with this environment.install jboss. now eclipse is installed and is running on your workstation, lets install jboss.... 下一页