[jboss-user] [Installation, Configuration & Deployment] - Re: Beginner with JBoss getting a command line error
visolvejboss
do-not-reply at jboss.com
Thu Sep 21 00:17:59 EDT 2006
Hello,
Follow the steps for executing the JBoss AS.
1. Set the PATH and JAVA_HOME environment variables as given below.
For Windows,
| >set JAVA_HOME=<jdk home directory path>
| >set PATH=%PATH%;<jdk home directory path>/bin
|
For Unix or Linux,
| #export JAVA_HOME=<jdk home directory path>
| #export PATH=<jdk home directory path>/bin
|
2. Run the JBoss AS as follows.
For Windows,
| <JBOSS_HOME>/bin>run.bat
|
For Unix or Linux,
| <JBOSS_HOME>/bin#./run.sh
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973147#3973147
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973147
More information about the jboss-user
mailing list