As the error says, you have setr JAVA_HOME to a JRE, not a JDK. You need to change the setting to point to a JDK. For example, when I installed JDK 1.5 on my Fedora box, it installed at /usr/java/jdk1.5.0_15, so that is what I set JAVA_HOME to.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161538#4161538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161538 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
