Rob Hudson wrote:

> I'm having trouble getting my run time environment set.  I've
> installed jdk1.3.0.02, and I've set my .bash_profile path and my
> bin files path...when I run a command like: javac *.java or java
> Test..I get the error:  Could not find run time environment. 
> I'm assuming that I do not need the java plug in, and it appears
> to be set up correctly.

Debug it the hard way:

        strace -e trace=file javac *.java

Look at what files it's looking for and where it's looking.

> Has anyone run into this problem and found a solution?

I have wasted many hours getting java to run on various machines.
It always starts working eventually.

-- 
Bob Miller                              K<bob>
kbobsoft software consulting
http://kbobsoft.com                     [EMAIL PROTECTED]

Reply via email to