j2meでプロジェクトを難読化しようとしましたが、次のエラーが表示されます。この難読化エラーは、プロジェクトにJson.jarをインポートした場合にのみ発生することがわかりました。このjarを削除すると、難読化が発生します。これを解決するのを手伝ってください..よろしくお願いします。
Warning: org.json.me.JSONArray: can't find referenced method 'java.lang.Object remove(int)' in class java.util.Vector
Warning: there were 1 unresolved references to program class members.
Your input classes appear to be inconsistent.
You may need to recompile them and try again.
Alternatively, you may have to specify the options
'-dontskipnonpubliclibraryclasses' and/or
'-dontskipnonpubliclibraryclassmembers'.
Error: Please correct the above warnings first.
C:\Users\Ponmani\Documents\TThehinduNov22ponmani\nbproject\build-impl.xml:427: Obfuscation failed with error code 1.
BUILD FAILED (total time: 4 seconds)