【发布时间】:2023-04-10 11:05:01
【问题描述】:
我想创建我的 j2me 应用程序的混淆包以提高大小和性能。所以,我从 sourgeforge.net 下载了proguard。我已将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
那么,此错误消息的原因是什么?如何混淆我的应用程序?
【问题讨论】:
-
检查this link,看看是否有帮助。
-
您的 IDE 和项目位于何处?
C:\Documents and Settings文件夹中的某处?
标签: java-me proguard java-wireless-toolkit