煩人的警告 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