Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3704336
By: nobody
I'm new to pydev & could use some help with getting the object introspection
to work with imported java objects in a jython project.
So far I've
1)put my java library development 'bin' area as a source file in the project's
python path
2)referenced my java project in the jython project's preferences
code completion works great on import statements, such as:
from com.bitaplus.CurveAnalytics import *
but when I initialize an object from the imported java library, I can't get
the methods to appear on typing a '.' ...
Am I missing something?
Running the script accesses the object fine & I get the expected result.
Many thanks,
daniel.
______________________________________________________________________
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
|