Hi,
I recently downloaded the JDK 1.1.6 v 2 ( running Hurricane). Have not
got it working - ends in a core dump for simple things like giving the
jre command. Have set the LD_LIBRARY_PATH for the shared libraries as
well in the etc/ld.so.conf file. Also set the CLASSPATH to the
classes.zip. Howev
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
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.
Can you suggest anything?