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

Eclipse Ganymede SR1 (3.4.2)
Pydev 2725

I have an Eclipse workspace with several Java projects and one Jython project.,
and
I want to use some of my Java classes from Jython.

I added a "reference" to the Java project from the Jython project's properties
dialog, but this does not make the java classes available.  The import statement
is

from com.troux.bpserver.standalone import DBConnectionInfoOracle,
BlueprintServicesClient

At execution I get "ImportError: no module named troux"

What else do I have to do to get Jython to see my classes?

______________________________________________________________________
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

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to