[Pydev-users] [pydev - Users] RE: pythonpath/classpath
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-09-18 16:01:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3919050 By: fabioz Actually, I think that currently classpath == pythonpath. The thing is that you need the classpath for loading the java stuff and the pythonpath to load the python stuff (they are really treated differently in jython). You should be able to just specify the pythonpath and have it load the java classes correctly, but there is a bug in jython 2.1 that prevents that from happening (I think that this has already changed in the svn). So, I'd have to take a look at the places and see what's actually suitable for each place (altough it is important for users to know that currently pythonpath == classpath). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |