[jboss-user] [Beginners Corner] - Re: Total Newbie Needs Help

2006-08-08 Thread dpansica
I see the same problem, JBOSS_HOME: C:\Program Files\jboss-4.0.4.GA\bin\\.. . JAVA: java . JAVA_OPTS: -Dprogr you have to set the JAVA_HOME variable to the correct path for example set JAVA_HOME=path to your jdk and then run View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Beginners Corner] - Re: Total Newbie Needs Help

2006-08-08 Thread visolvejboss
Hello, Have a look at the JAVA variable in the your output log. It seems that, JBoss unable to find the java binary. Specify the correct path of java binary in the PATH variable or modify the JAVA variable in run.conf to point to the java binary. View the original post : http://www.jboss.com/

[jboss-user] [Beginners Corner] - Re: Total Newbie Needs Help

2006-08-08 Thread cagri
C:\Program Files\jboss-4.0.4.GA\bin>RUN === . JBoss Bootstrap Environment . JBOSS_HOME: C:\Program Files\jboss-4.0.4.GA\bin\\.. . JAVA: java . JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m -Dsun.rmi.dgc.clien

[jboss-user] [Beginners Corner] - Re: Total Newbie Needs Help

2006-08-08 Thread dpansica
It seems that it is trying to use tha jvm of your oracle distribution, take a look at the environment variable JAVA_HOME and modify to point to the jdk you downloaded. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963729#3963729 Reply to the post : http://