サイズとパフォーマンスを向上させるために、j2meアプリケーションの難読化されたパッケージを作成したいのでproguard
、sourgeforge.netからダウンロードしました。proguard.jar
を自分のC:\WTK2.5.2_01\bin
フォルダに入れました。
それから難読化されたパッケージを作成しようとするとproject->package->Create Obfuscation package
、次の例外が発生しました
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Error: C:\Documents (The system cannot find the file specified)
Obfuscation failed.
Build failed
では、このエラーメッセージの原因は何ですか?アプリケーションを難読化するにはどうすればよいですか?