Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AppFuseDebug
AppFuseQuickStart
AppFuseQuickStart_cn
AppFuseQuickStart_fr
AppFuseQuickStart_it
AppFuseQuickStart_jp
AppFuseQuickStart_zh
AppFuseSupport
Articles
Articles_cn
...and 5 more




JSPWiki v2.2.33

[RSS]


Hide Menu

DevelopmentEnvironment


Difference between version 2 and version 1:

At line 1 added 1 line.
!!Download
At line 5 added 2 lines.
# Download the [latest Ant release|http://ant.apache.org/bindownload.cgi] from [http://ant.apache.org]. Currently, this is 1.5.4.
# Download the [latest MySQL release|http://www.mysql.com/downloads/mysql-4.0.html] from [http://www.mysql.com]. Currently, this is 4.0.16.
At line 10 added 19 lines.
!!Install
Make sure you have [WinZip|http://winzip.com] installed (for Windows) or gnutar for OS X before installing these packages.
# Create a "Tools" and "SDKs" folder on your hard drive. On Windows, I create these at c:\Tools and c:\SDKs. On *nix, I usually do /opt/dev/tools and opt/dev/sdks.
# Create Environment variables for these folders - SDKS_HOME and TOOLS_HOME (optional)
# Install the J2SE SDK (a.k.a. JDK) and J2EE bundle in the SDKs directory - keeping the directory names intact.
# Install Tomcat in the Tools directory - I usually name the install directory "jakarta-tomcat-x" where x is the current version (i.e. 4.1.29).
# Unzip/Install Ant in the Tools directory - "apache-ant-x" is what I use for the directory name.
# Install MySQL in the Tools directory. I usually just leave it named "mysql".
At this point, you should have a directory structure that looks something like the following:
SDKs -\\
;: - j2eesdk-1.4-b2
;: - j2sdk-1.4.2_02
Tools - \\
;: - apache-ant-1.5.4
;: - jakarta-tomcat-4.1.29
;: - mysql

Back to DevelopmentEnvironment, or to the Page History.