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

Thanks Corey.
This question has been asked enough that I added it to the FAQ:
http://wiki.eclipse.org/Parallel_Tools_Platform_FAQ#Q:_My_remote_or_synchronized_project_doesn.27t_find_the_remote_environment_variables_correctly
Feel free to elaborate on it.


...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform  http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


Inactive hide details for Corey Ashford ---10/07/2011 12:56:05 PM---On 10/07/2011 09:18 AM, Jay Alameda wrote: > Greg,Corey Ashford ---10/07/2011 12:56:05 PM---On 10/07/2011 09:18 AM, Jay Alameda wrote: > Greg,


    From:

Corey Ashford <cjashfor@xxxxxxxxxxxxxxxxxx>

    To:

ptp-user@xxxxxxxxxxx

    Date:

10/07/2011 12:56 PM

    Subject:

Re: [ptp-user] Remote Tools search path for the "java" executable

    Sent by:

ptp-user-bounces@xxxxxxxxxxx




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

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


GIF image

GIF image


Back to the top