anonymous wrote : [EMAIL PROTECTED] j2sdk1.4.2_19]# echo $PATH | /usr/java/j2sdk1.4.2_19//bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/java/j2sdk1.4.2_19/bin You have problem in the path. Note the double // in /usr/java/j2sdk1.4.2_19//bin? It should just be /usr/java/j2sdk1.4.2_19/bin.
And reading my earlier post again, i realize that i was the one who posted the incorrect commands :-) So here's the corrected version: export JAVA_HOME=/opt/Java/jdk1.5.0_17 | export PATH=$JAVA_HOME/bin:$PATH | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195336#4195336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195336 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
