烦人的警告 Deprecated: convertStrings was not specified when starting the JVM


python 调用java代码:

  

Deprecated: convertStrings was not specified when starting the JVM. The default
behavior in JPype will be False starting in JPype 0.8. The recommended setting
for new code is convertStrings=False. The legacy value of True was assumed for
this session. If you are a user of an application that reported this warning,
please file a ticket with the developer.

 

每次运行程序都看到这个玩意,觉得恶心,那就去进入 修改这个警告。

cd /usr/local/lib/python2.7/dist-packages/jpype
vim _core.py

把烦人的警告直接替换为空格

 

 最后运行程序:

 

 最起码看着不是那么的恶心了。

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM