Book Image

Java EE 7 Development with WildFly

Book Image

Java EE 7 Development with WildFly

Overview of this book

Table of Contents (21 chapters)
Java EE 7 Development with WildFly
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Installing Forge


In order to install Forge, you need to perform the following steps:

  1. Download and unzip Forge from http://forge.jboss.org/ into a folder on your hard disk; this folder will be your FORGE_HOME.

  2. Add FORGE_HOME/bin to your path (Windows, Linux, and Mac OS X).

In Unix-based operating systems, this typically means editing your ~/.bashrc or ~/.profile; you will need to enter the following code snippet:

export FORGE_HOME=~/forge/
export PATH=$PATH:$FORGE_HOME/bin

In Windows systems, you will need to open the Control Panel window, then navigate to System Properties | Advanced | Environment Variables, and add these two entries visually. It is recommended to set user variables for Forge, unless you have placed the unzipped distribution in a folder where all users can access it.

In case of any problem, check out the online installation guide available at http://forge.jboss.org/document/installation.