Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4580413 By: fabioz
As I said, IronPython is currently unsupported... (although as I said, I've seen reports of people being able to use it). As for jython, the current version is lacking a bit with the java integration, but I'm currently working on that -- so, currently, when referencing java projects you must add a python nature to that project and specify the path to the source folders as if they were python source folders... and reference it as a regular module. The code-completion will work through a shell, so, if you change the java code, the pydev code-completion might not be up-to-date... You have to kill the shell (ctrl+2+kill) to be able to have it get the latest version... I'm working to provide a better support, but I'm still unsure if it will make the next version. 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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
