Hi Jurgen,

> The problem arose a week ago after updating to pydev extensions 1.4.7.2843
> When I execute the following in Eclipse thru pydev
>
> os.environ['CLASSPATH']
>
> ...
>
> The output shows items I would have expected for the python path not the
> Java CLASSPATH.
>
> ...
>
> I've checked my settings and even created a new pydev eclipse project with
> the same result.
>
> Any ideas? Did I screw up my Eclipse install?

I've just taken a look at the code and it seems it's a bug...

In Jython, Pydev is expected to set the CLASSPATH to be the same as
the PYTHONPATH, because you have to add the jars you're using to your
PYTHONPATH.

You can do that for each project or you can add those jars directly to
the jython interpreter (if they should be used by all your projects),
but it seems that incidentally it's set not only in Jython, but also
in Python runs (I'll try to fix that for the next nightly build --
meanwhile, I think that you can force CLASSPATH to be what you want in
your run configuration).

Cheers,

Fabio

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to