jpype._jexception.RuntimeExceptionPyRaisable: java.lang.RuntimeException: Class Test not found

python脚本中有调用java class文件Test.class   打包好的python程序,执行exe后报错: jpype._jexception.RuntimeExceptionPyRaisable: java.lang.RuntimeException: Class Test not found   C:\Users\Administrator>D:\test\my_test.exe
Traceback (most recent call last):
  File "jpype._jexception.RuntimeExceptionPyRaisable: java.lang.RuntimeException: Class Test not foundmy_test.py", line 57, in <module>
  File "site-packages\jpype\_jpype._jexception.RuntimeExceptionPyRaisable: java.lang.RuntimeException: Class Test not foundjclass.py", line 73, in JClass
jpype._jexception.RuntimeExceptionPyRaisable: java.lang.RuntimeException: Class Test not found
[5876] Failed to execute script my_test   解决: 1.将打包后压缩包不要放到C盘,放到其他盘,然后解压 2.使用管理员方式运行  
上一篇:逆向爬虫时,Python 如何正确调用 JAR 加密逻辑?


下一篇:JPype将args传递给Java