John Zoetebier wrote:
[EMAIL PROTECTED] johnz]$ java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)
[EMAIL PROTECTED] johnz]$ java com.sun.org.apache.xerces.internal.impl.Version
bash: java com.sun.org.apache.xerces.internal.impl.Version: command not
found
[EMAIL PROTECTED] johnz]$
==>

How is that possible ?

Something is very strange here. Why is bash thinking that the Version class is a command? If bash has any problem, it should be with the command ("java"), not the argument to that command.

What does "which java" say?

--
Andy Clark * [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to