AUTHORS.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
JPype1.egg-info/PKG-INFO
JPype1.egg-info/SOURCES.txt
JPype1.egg-info/dependency_links.txt
JPype1.egg-info/not-zip-safe
JPype1.egg-info/requires.txt
JPype1.egg-info/top_level.txt
doc/CHANGELOG.rst
doc/ChangeLog-0.7.rst
doc/Makefile
doc/api.rst
doc/attach_debugger.png
doc/caller_sensitive.rst
doc/conf.py
doc/develguide.rst
doc/imports.rst
doc/index.rst
doc/install.rst
doc/logo.png
doc/make.bat
doc/quickguide.py
doc/quickguide.rst
doc/userguide.rst
examples/inspectConvert.py
examples/rmi.py
examples/jms/README.TXT
examples/jms/testJpypePublisher.py
examples/jms/testJpypeSubscriber.py
examples/linux/README.TXT
examples/linux/findjvm.py
examples/linux/jpype.sh
examples/stubs/README
examples/stubs/buf_leak_test.py
examples/stubs/buf_leak_test3.py
examples/stubs/bulletproof.py
examples/stubs/convtest.py
examples/stubs/findjvm.py
examples/stubs/java_dom.py
examples/stubs/java_sax.py
examples/stubs/lists_and_maps.py
examples/stubs/python_dom.py
examples/stubs/test_awt.py
examples/stubs/test_jarray_fixes.py
examples/stubs/testlucene.py
jpype/__init__.py
jpype/_classpath.py
jpype/_core.py
jpype/_cygwin.py
jpype/_darwin.py
jpype/_gui.py
jpype/_jarray.py
jpype/_jboxed.py
jpype/_jclass.py
jpype/_jcollection.py
jpype/_jcomparable.py
jpype/_jcustomizer.py
jpype/_jexception.py
jpype/_jinit.py
jpype/_jio.py
jpype/_jobject.py
jpype/_jpackage.py
jpype/_jproxy.py
jpype/_jstring.py
jpype/_jtypes.py
jpype/_jvmfinder.py
jpype/_linux.py
jpype/_pykeywords.py
jpype/_windows.py
jpype/beans.py
jpype/imports.py
jpype/nio.py
jpype/pickle.py
jpype/reflect.py
jpype/types.py
native/build.xml
native/common/jp_array.cpp
native/common/jp_arrayclass.cpp
native/common/jp_baseclasses.cpp
native/common/jp_booleantype.cpp
native/common/jp_boxedclasses.cpp
native/common/jp_bytetype.cpp
native/common/jp_chartype.cpp
native/common/jp_class.cpp
native/common/jp_classloader.cpp
native/common/jp_doubletype.cpp
native/common/jp_encoding.cpp
native/common/jp_env.cpp
native/common/jp_exception.cpp
native/common/jp_field.cpp
native/common/jp_floattype.cpp
native/common/jp_inttype.cpp
native/common/jp_jniutil.cpp
native/common/jp_longtype.cpp
native/common/jp_method.cpp
native/common/jp_methodoverload.cpp
native/common/jp_monitor.cpp
native/common/jp_primitivetype.cpp
native/common/jp_proxy.cpp
native/common/jp_reference_queue.cpp
native/common/jp_shorttype.cpp
native/common/jp_stringclass.cpp
native/common/jp_tracer.cpp
native/common/jp_typemanager.cpp
native/common/jp_value.cpp
native/common/jp_voidtype.cpp
native/common/include/jp_array.h
native/common/include/jp_arrayclass.h
native/common/include/jp_baseclasses.h
native/common/include/jp_booleantype.h
native/common/include/jp_boxedclasses.h
native/common/include/jp_bytetype.h
native/common/include/jp_chartype.h
native/common/include/jp_class.h
native/common/include/jp_classloader.h
native/common/include/jp_doubletype.h
native/common/include/jp_encoding.h
native/common/include/jp_env.h
native/common/include/jp_exception.h
native/common/include/jp_field.h
native/common/include/jp_floattype.h
native/common/include/jp_inttype.h
native/common/include/jp_javaframe.h
native/common/include/jp_jniutil.h
native/common/include/jp_longtype.h
native/common/include/jp_method.h
native/common/include/jp_methodoverload.h
native/common/include/jp_monitor.h
native/common/include/jp_platform_linux.h
native/common/include/jp_platform_win32.h
native/common/include/jp_primitive_common.h
native/common/include/jp_primitivetype.h
native/common/include/jp_proxy.h
native/common/include/jp_reference_queue.h
native/common/include/jp_shorttype.h
native/common/include/jp_stringclass.h
native/common/include/jp_tracer.h
native/common/include/jp_typemanager.h
native/common/include/jp_typename.h
native/common/include/jp_value.h
native/common/include/jp_voidtype.h
native/common/include/jpype.h
native/java/org/jpype/Utility.java
native/java/org/jpype/classloader/JPypeClassLoader.java
native/java/org/jpype/compiler/MemoryCodeObject.java
native/java/org/jpype/compiler/MemoryCompiler.java
native/java/org/jpype/compiler/MemoryFileManager.java
native/java/org/jpype/compiler/MemorySourceObject.java
native/java/org/jpype/pickle/ByteBufferInputStream.java
native/java/org/jpype/pickle/Decoder.java
native/java/org/jpype/pickle/Encoder.java
native/java/org/jpype/proxy/JPypeInvocationHandler.java
native/java/org/jpype/ref/JPypeReference.java
native/java/org/jpype/ref/JPypeReferenceQueue.java
native/jni_include/jni.h
native/python/jp_pythonenv.cpp
native/python/jp_pythontypes.cpp
native/python/jpype_memory_view.cpp
native/python/pyjp_array.cpp
native/python/pyjp_class.cpp
native/python/pyjp_field.cpp
native/python/pyjp_method.cpp
native/python/pyjp_module.cpp
native/python/pyjp_monitor.cpp
native/python/pyjp_proxy.cpp
native/python/pyjp_value.cpp
native/python/include/jp_pythonenv.h
native/python/include/jp_pythontypes.h
native/python/include/jpype_memory_view.h
native/python/include/pyjp.h
native/python/include/pyjp_array.h
native/python/include/pyjp_class.h
native/python/include/pyjp_field.h
native/python/include/pyjp_method.h
native/python/include/pyjp_module.h
native/python/include/pyjp_monitor.h
native/python/include/pyjp_proxy.h
native/python/include/pyjp_value.h
setupext/__init__.py
setupext/build_ext.py
setupext/build_java.py
setupext/build_thunk.py
setupext/dist.py
setupext/platform.py
setupext/pytester.py
setupext/sdist.py
setupext/test_java.py
setupext/utils.py
test/build.xml
test/harness/java8/jpype/lambda/Test1.java
test/harness/java9/jpype/method/Caller.java
test/harness/jpype/array/Test2.java
test/harness/jpype/array/TestArray.java
test/harness/jpype/attr/ClassWithBuffer.java
test/harness/jpype/attr/Holder.java
test/harness/jpype/attr/SubHolder.java
test/harness/jpype/attr/SyntheticMethods.java
test/harness/jpype/attr/Test1.java
test/harness/jpype/attr/Test2.java
test/harness/jpype/attr/TestOverloadA.java
test/harness/jpype/attr/TestOverloadB.java
test/harness/jpype/attr/TestOverloadC.java
test/harness/jpype/boxed/Boxed.java
test/harness/jpype/closeable/CloseableTest.java
test/harness/jpype/collection/TestEnum.java
test/harness/jpype/exc/ChildTestException.java
test/harness/jpype/exc/ExceptionTest.java
test/harness/jpype/exc/ExceptionThrower.java
test/harness/jpype/exc/ParentTestException.java
test/harness/jpype/mro/A.java
test/harness/jpype/mro/B.java
test/harness/jpype/mro/C.java
test/harness/jpype/mro/D.java
test/harness/jpype/mro/E.java
test/harness/jpype/mro/F.java
test/harness/jpype/mro/MultipleInterfaces.java
test/harness/jpype/nio/NioReceive.java
test/harness/jpype/numeric/NumericTest.java
test/harness/jpype/objectwrapper/Static.java
test/harness/jpype/objectwrapper/Test1.java
test/harness/jpype/overloads/Test1.java
test/harness/jpype/properties/TestBean.java
test/harness/jpype/proxy/ProxyExecutor.java
test/harness/jpype/proxy/ProxyTriggers.java
test/harness/jpype/proxy/ReturnObject.java
test/harness/jpype/proxy/TestInterface1.java
test/harness/jpype/proxy/TestInterface2.java
test/harness/jpype/proxy/TestInterface3.java
test/harness/jpype/proxy/TestInterface4.java
test/harness/jpype/proxy/TestThreadCallback.java
test/harness/jpype/ref/TestReferenceQeue.java
test/harness/jpype/reflect/Annotation.java
test/harness/jpype/reflect/ReflectionTest.java
test/harness/jpype/rmi/IServer.java
test/harness/jpype/rmi/ServerImpl.java
test/harness/jpype/serial/SerializationTest.java
test/harness/jpype/str/StringFunction.java
test/harness/jpype/str/Test.java
test/harness/jpype/types/FieldsTest.java
test/harness/jpype/types/MethodsTest.java
test/harness/jpype/types/VirtualTest.java
test/harness/jpype/utf8/Utf8Test.java
test/harness/jpype/varargs/VarArgs.java
test/harness/jpype/xml/DelegateHandler.java
test/jpypetest/common.py
test/jpypetest/test_array.py
test/jpypetest/test_attr.py
test/jpypetest/test_boxed.py
test/jpypetest/test_caller_sensitive.py
test/jpypetest/test_charSequence.py
test/jpypetest/test_closeable.py
test/jpypetest/test_closed.py
test/jpypetest/test_collection.py
test/jpypetest/test_conversionBoolean.py
test/jpypetest/test_conversionByte.py
test/jpypetest/test_conversionDouble.py
test/jpypetest/test_conversionFloat.py
test/jpypetest/test_conversionInt.py
test/jpypetest/test_conversionLong.py
test/jpypetest/test_conversionShort.py
test/jpypetest/test_docstring.py
test/jpypetest/test_exc.py
test/jpypetest/test_forname.py
test/jpypetest/test_generic.py
test/jpypetest/test_hash.py
test/jpypetest/test_imports.py
test/jpypetest/test_jclass.py
test/jpypetest/test_jedi.py
test/jpypetest/test_jmethod.py
test/jpypetest/test_jobject.py
test/jpypetest/test_jvmfinder.py
test/jpypetest/test_keywords.py
test/jpypetest/test_lambdas.py
test/jpypetest/test_leak.py
test/jpypetest/test_legacy.py
test/jpypetest/test_list.py
test/jpypetest/test_map.py
test/jpypetest/test_mro.py
test/jpypetest/test_numeric.py
test/jpypetest/test_objectwrapper.py
test/jpypetest/test_overloads.py
test/jpypetest/test_pickle.py
test/jpypetest/test_properties.py
test/jpypetest/test_proxy.py
test/jpypetest/test_proxy_multithreaded.py
test/jpypetest/test_ref.py
test/jpypetest/test_reflect.py
test/jpypetest/test_serial.py
test/jpypetest/test_startup.py
test/jpypetest/test_synchronized.py
test/jpypetest/test_thread.py
test/jpypetest/test_utf8.py
test/jpypetest/test_values.py
test/jpypetest/test_varargs.py
test/jpypetest/test_virtual.py
test/sample/big.xml