On 2/4/06, Lloyd Brown <[EMAIL PROTECTED]> wrote: > Oh. Oops. My mistake. That path line is correct syntax, but won't fix > the problem. You see, the javac we *don't* want is in /usr/bin, which > will still come before the ones you're adding. If you want to fix the > problem using the path, you'll have to add them with something like this: > > export PATH="/usr/java/jdk1.5.0_06/bin:/usr/java/jdk1.5.0_06/jre/bin:$PATH"
That's why I added this little bit below. I always like to only have one version of java getting called from anywhere on my system. > >>Then go to /usr/bin (as root) and remove the javac and java > >>executables that are in there. -- Alex Esplin -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/newbies
