Software Details:
Version: 0.5.4.2
Upload Date: 12 May 15
Distribution Type: Freeware
Downloads: 68
This is achieved not throughre-implementing Python, as Jython/JPython has done, butrather through interfacing at the native level in bothVirtual Machines.
It should be possible to replace Java with Python in many situations like JSP, Servlets, RMI servers and IDE plugins.
Limitations:
- Java classes outside of a package (in the ) cannot be imported.
- Unable to access a field or method if it conflicts with a python keyword.
- Because of lack of JVM support, you cannot shutdown the JVM and then restart it.
- Some methods rely on the "current" class/caller. Since calls coming directly from Python code do not have a current class, these methods do not work. The User Manual lists all the known methods like that.
Comments not found