0.5t is a new release with minor fixing making possible to run jppad with python.security.respectJavaAccessibility=false
I have set up a mail list for jppad:
jppad-interest@lists.sourceforge.net
At the moment the list is open for posting for everyone.
I'm interested in constructive comments or critics (maybe destructive too ;))
otherwise I will never be able to improve it.
I will also try to do my best effort to answer to related problems and questions.
jp scratchpad 0.5j will fail to start with
respectJavaAccessibility=false.
jp scratchpad is an interactive execution environment for jpython,
it does not resemble a shell nor it is an IDE, it is mostly like mathematica notebooks.
jp scratchpad should be valuable for simple algorithms prototyping and API exploring.
Further it has some capabilities for unloading/reloading of
java classes without having to restart a whole new session.
You will need:
JPython 1.1 (http://www.jpython.org)
Finn Bock's errata for it (http://sourceforge.net/projects/bckfnn-modules)
and you should run the whole under some java2 environment
(java 1.1 will not work).
NOTE: The reloading/unloading support for java classes
is known to work properly only under jdk/jre 1.3 !!!