On Mon, 18 Jan 1999 11:12:59 -0800 (PST), hackit usolame wrote:

>hey ....
>i did all what u told me , but its still not work (i added the path
>line to
>my profile).... , and now i can execute the /jdk1.1.5/bin from every
>directory
>: but its still giving me error message .... well , this is the error
>SecMgre:/jdk1.1.5/bin#./java (this is the command that i executing
>.... i can
>execute it from every directory , because i added /jdk1.1.5 to the
>path in the
>profile file)....
>: and this is the error
>java: /jdk1.1.5/bin/../bin/Linux/green_threads/java:No such file or
>directory/.
>java: /jdk1.1.5/bin/../bin/Linux/green_threads/java:No such file or
>directory/.

Something is strange here.  Your system seems to returning "Linux" as
its CPU type.

If you note in the bin and lib directories, there is a directory for
each of the CPU types you have installed.  This lets you share more of
the JAVA directories with multiple CPU platforms and just have the
actual binaries be CPU specific.  (Sun does this for the x86 and Sparc
builds on Solaris, for example)

Anyway, the wrapper script is somehow trying to use a CPU type of Linux
rather than, say, i386 (386), i486 (486), i586 (Pentium), or i686 (PII/PPro)


Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] --------- http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz

Reply via email to