Thanks Mark,
However I don't understand why I should put `which java` in my path, as
which search the $PATH, and it's already there:
------
[root@ojo bin]# which java
/usr/local/java/bin/java
[root@ojo bin]# echo $PATH
/usr/local/qt/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sb
in:/usr/bin/X11:/usr/bin:/usr/X11R6/bin:/opt/interbase/bin:/usr/local/java/b
in:/home/root/bin
------
If I use the posted wrapper I do get:
---
[root@ojo Orion]# /usr/local/java/bin/java -classic ./orion.jar
bash: /usr/local/java/bin/java: No such file or directory
---
If I use the orginal one, where by I didt set ttype=native_thread, I do get:
----
[root@ojo Orion]# /usr/local/jdk1.3/bin/java -classic -jar ./orion.jar
JVM Classic type
Warning: JIT compiler "/usr/local/java/bin/javac" not found. Will use
interpreter.
Orion/1.4.7 initialized
----
Any idea how to solve this ?
Whay did you do on your linux box after installation of the 1.3.1 version of
java ? (I am sitting on a RedHat 7.0 box).
Hope you have some idea's,
Eddie
Eddie
----- Original Message -----
From: Mark Kettner <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Tuesday, May 22, 2001 3:04 PM
Subject: Re: Orin cpu usage ??? ->>> HANGS ->> please some help!!
> Hi Eddie,
>
> Eddie wrote:
>
> > Thanks,
> >
> > If I replace it with the original wrapper, I get:
> > ------
> > [orion@ojo Orion]# java -classic -jar ./orion.jar
> > bash: /usr/local/java/bin/java: No such file or directory
> > ------
>
> No need to download java 1.3.1. The message above means that the shell
> can't find your java.
> It is not located in /usr/local/java/bin
> Do a `which java' and the system will tell you where your java is located.
> Add this directory to your path (without the last java).
>
> >
> > However I just noticed that I am running 1.3.0, whereas someone else in
the
> > newsgroup got it working with 1.3.1 (I suppose on a Linux machine), so I
am
>
> yep, that's me, and indead I'm running linux (redhat 7.0)
>
> >
> > now downloading 1.3.1. I hope this works.
> > Only the downloading doesn't goes that fast.... ;(
> >
> > Eddie
>
> Mark
>
>
>