Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4613799
By: byronf
Hello Fabio, Yes, JButton, JFrame etc, DO work. Everything
in the system path
works such as rt.jar. I am partially mistaken, I can also
get project libraries
to work (libraries added through the project's PYTHONPATH)
now with 1.3.10,
Nice! However, I can't get class files to work out of a
diretory even though
I add the base directory using the 'Add source folders'
dialog. So, for example
I have the classic exploded WAR directory hierarchy with all
my source files
compiled to WEB-INF/classes, however, even though I include
this path in PYTHONPATH,
classes in this directory do not complete. I understand
that changes to classes
in this directory would not dynamically update and would
require a restart of
the jython process. It would also be nice if packages
completed out side the
context of an import statement, for example if have the
following:
from org.apache.velocity import app
then if I type:
app.
The period would complete classes and further sub-packages
of
org.apache.velocity.app, which is already the behavior when
typing packages
for an import.
____________________________________________________________
__________
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
Pydev-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users
|