Cannot Run JAVA.

1998-07-27 Thread akaul
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

Re: Cannot run java

1998-07-24 Thread Christopher Seawood
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

Re: Cannot run java

1998-07-24 Thread Andrew Wilson
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

Re: Cannot run java

1998-07-24 Thread Troy Wu
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

Cannot run java

1998-07-24 Thread Clarence Johnson
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?