[jboss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError exception when starting 4
greis
do-not-reply at jboss.com
Tue Sep 9 10:20:44 EDT 2008
You're right. The start parameter is unnecessary but doesn't affect the behavior. I think I found the problem. The script doesn't use the JAVA_HOME that I set on the /etc/profile. Now it is working with this:
ssh localhost "export JAVA_HOME=/opt/jdk1.6 && /opt/jboss/bin/run.sh"
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175318#4175318
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175318
More information about the jboss-user
mailing list