Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6904163
By: mickish

In Eclipse 3.4, I have a Python project named Zython that depends on a Java
project name ZythonGlue.

Zython is configured with a project type of "Jython ", and the Jython 
interpreter
is configured to C:\jython2.2.1\jython.jar

Zython is configured to have a Project Reference to the ZythonGlue project.

The problem is that when I launch the Zython .py script, the Java classpath
does not mention the dependent ZythonGlue project, and the program terminates
at the first import statement which references a ZythonGlue class.

I was able to run the Zython script from the command line by copying the process
properties from the Eclipse debug window and adding ZythonGlue\bin to the 
classpath
(e.g., "java.exe ... org.python.util.jython Zython.py")

I expected the referenced projects to be added to the classpath automatically,
so I could launch the process from Eclipse.

Thanks for your advice,

--Andrew Mickish

______________________________________________________________________
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

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to