On Fri, 24 Jul 1998, Clarence Johnson wrote:
> When trying to run java, we receive the following message:
> /usr/jdk1.1.6/bin/../bin/i586/green_threads/java: No such file or
> directory
>
> That file does exist in that directory and permissions are not an issue.
Make sure that you are using th
Date: Fri, 24 Jul 1998 12:13:33 -0400
From: Clarence Johnson <[EMAIL PROTECTED]>
When trying to run java, we receive the following message:
/usr/jdk1.1.6/bin/../bin/i586/green_threads/java: No such file or
directory
That file does exist in that directory and permissions are no
That file is a shell-script; you could be getting the
'No such file or directory'
error if an executable in the shell-script is missing (the first
'#!/bin/*sh' command is a notorious offender).
--troy
On Fri, 24 Jul 1998, Clarence Johnson wrote:
> When trying to run java, we