Edit /etc/profile file & add following line to the bottom. This will point JAVA_HOME variable to you installation location & puts JAVA_HOME/bin to the front of PATH variable.
JAVA_HOME='<path-to-your-java-home>' export $JAVA_HOME PATH='$JAVA_HOME/bin':$PATH export $PATH After you do this, logout & login back & type 'which java' in the command line. This should display the location of java command as, $JAVA_HOME/bin/java Good luck !!! On 6/12/07, Chris Schumann <[EMAIL PROTECTED]> wrote:
I've been tasked with showing WS-RM using Sandesha, but I'm totally inexperienced in making Java work. I'm running Fedora Core 6, and I think I have Axis2 running. I tried following the Sandesha instructions, but FC6 comes with some other Java, and I get Incompatible magic number. I have installed Sun's jdk, but I don't know how to set my CLASSPATH properly to get the demo to compile. I'm getting errors like "package org.apache.axiom.om does not exist" Tips and pointers greatly appreciated. Thanks, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
