Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Remote Tools search path for the "java" executable

On 10/07/2011 09:18 AM, Jay Alameda wrote:
Greg,

I've been seeing an issue on newer machines where the Dstore server is
complaining about the version of java - or isn't finding it (and doesn't
get launched in either case).  I've tried looking at the environment
(through the build mechanism), everything looks sane there, and the
default java in the path is 1.6, both for build and also interactively.
I'm wondering if the issue reported below is related somehow, and also
would like to figure out how to debug this issue better.  Do you have any
suggestions?

If you are using bash for your shell, make sure that .bashrc also adds the java bin directory to $PATH. If it's just in .bash_profile, the remote execution won't see it.

The same issue exists for other shells, but the two file names are different.

- Corey



Back to the top