Commit Graph

20 Commits

Author SHA1 Message Date
rdb ee4e9c224c
Remove Python 2 support, six dependency (#619) 2022-10-16 14:56:56 +02:00
Lucas Fernandes Oliveira 6699ec4187
add suffix to support IBM jre on Windows (#622)
Co-authored-by: Lucas Oliveira <lucasfeol94@@mgail.com>
2022-05-29 10:47:45 +02:00
Craig Macdonald d5d4c99b6f refactoring of Java location bootstrap, addressing #537 2021-08-23 01:30:45 +02:00
Bowen Song c64f64e50a Fixes #548 JVM options are not correctly set by jnius_config.set_options() 2020-07-10 16:17:41 +01:00
Craig Macdonald 384ae08993 provide a stacktrace for where JVM was started. 2020-05-02 19:53:05 +02:00
Gabriel Pettier 9ee1183cda fix import in python 3.8/windows 2019-11-30 16:27:24 +01:00
Dan f3d4f9fec4 Remove redunant .encode() 2017-10-29 17:42:35 -04:00
Jesse Crossen 1b6d0ababd Include NativeInvocationHandler in the installed package and ensure its location is added to the path.
Close #288, #223, #137.
2017-10-24 09:22:04 -04:00
Benson Margulies e1070965cc Support Python 3.4
see if we can't make travis happy.
2015-05-03 11:24:27 -04:00
James Laird 2910e2fddc Add control of JVM startup options 2014-05-09 18:20:29 +10:00
Len Boyette f88f3ed170 Compile in Windows successfully
Fixed jvm.lib reference
2013-11-25 22:41:12 -05:00
Mathieu Virbel 5bf97da477 jnius: refactor to not save jni env, and use the current pushed/pop env. This resolve few issues when pyjnius is called from a proxy (error such as E/dalvikvm( 6036): JNI ERROR: env->self != thread-self (0x68415860 vs. 0x400bb010); auto-correcting) 2013-06-24 17:58:20 +02:00
Mathieu Virbel 242245a6f4 proxy: force GIL on invoke0, and add a special case for $Proxy name (android failed to FindClass) 2013-03-24 18:45:33 -05:00
tshirtman 7068b37d69 fix classpath for windows and CLASSPATH definition 2013-01-03 13:12:40 +01:00
tshirtman e10ed056bb move testImpl to tests/test_proxy.py and move NativeInvocationHandler
adapt jnius_jvm_desktop to have access to java jnius package
2013-01-03 12:57:46 +01:00
tshirtman 82b703c0c1 Merge branch 'master' into extend_class_support
Conflicts:
	jnius/jnius_export_class.pxi
2012-09-06 17:48:25 +02:00
Juancarlo Añez 9bd899e371 Allow for '*' wildcards in CLASSPATH+(some tipos). 2012-08-25 10:24:48 -04:30
Juancarlo Añez 93109ccab5 Make the desktop use CLASSPATH if defined. 2012-08-21 14:22:37 -04:30
Mathieu Virbel 60ee14ed6f add the previous tests from python-for-android/javawrapper branch.
+ fix findclass (need cleaning)
+ fix array return with chars
+ export reflect module by default (it's already used in jnius so..)
2012-08-18 12:59:15 +02:00
Mathieu Virbel 162d011912 add autoclass/ensureclass, auto reflection for JavaObject, and fixes around j_self 2012-08-14 15:09:48 +02:00