JPype
  • Installation
    • Requirements
      • Debian/Ubuntu
    • Install
      • If it fails...
    • Tested on
    • Known Bugs/Limitations
  • User Guide
    • Overview
      • Why such a project?
      • What about Jython?
      • Using JPype
    • Core Ideas
    • Threading
      • Python Threads
      • Java Threads
      • Other Threads
      • Synchronization
    • Performance
    • Inner Classes
    • Arrays
      • Creating Java arrays form Python
    • Type conversion
      • Conversion from Python to Java
      • Type Matching
      • Converting from java to python
    • JProxy
      • Sample code :
    • Java Exceptions
    • Known limitations
      • Unloading the JVM
      • Methods dependent on “current” class
        • java.lang.Class.forName(String classname)
        • java.sql.DriverManager.getConnection(...)
      • Unsupported Java virtual machines
    • Module Reference
      • getDefaultJVMPath method
        • Arguments
        • Return value
        • Exceptions
      • startupJVM method
        • Arguments
        • Return value
        • Exceptions
      • shutdownJVM method
        • Arguments
        • Return value
        • Exceptions
      • attachThreadToJVM method
        • Arguments
        • Return value
        • Exceptions
      • isThreadAttachedToJVM method
        • Arguments
        • Return value
        • Exceptions
      • detachThreadFromJVM method
        • Arguments
        • Return value
        • Exceptions
      • synchronized method
        • Arguments
        • Return value
        • Exceptions
      • JPackage class
        • Predefined Java packages
      • Wrapper classes
        • JObject wrapper
  • Changelog
 
JPype
  • Docs »


© Copyright 2014, Steve Menard, Luis Nell and others.

Built with Sphinx using a theme provided by Read the Docs.