I would like to create obfuscated package of my j2me application for improving the size and performance.So, I have downloaded proguard
from sourgeforge.net. I have put the proguard.jar
into my C:\WTK2.5.2_01\bin
folder.
When I try to create obfuscated package from project->package->Create Obfuscation package
it raised the following exception
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
So, What is the cause of this error message and How do I obfuscate my application?