From: Edoardo S. <edo...@fu...> - 2008-04-22 08:12:58
|
Hi Diego, in general regarding the obfuscation you should: - have proguard, retroguard or another obfuscator package in your wtk installation - enable the wtk.obfuscate parameter in build.properties file (it should be enabled by default) Using the rebuild target or any other device-specific target you should see at the end the obfuscated package of the right size. 410Kb sounds like it is not obfuscated. Which ant target are you using? Could you send the console-output of build? Did you open the jar to see if the content is obfuscated? Thanks for your feedback Edoardo Diego Reinoso ha scritto: > Hi everyone, > > First of all I'm new in Java and J2ME Real World Application Development. > > I'm working with Ubuntu + Eclipse + EclipseME + J2ME (Wireless Tool Kit) > > I downloaded funambol-mail-client-src-6.5.10.zip and > funambol-mail-client-6.5.10.zip and all the libraries needed. > > I get the project working from the sources. But my problem comes when > I package all the project. I get a .jar file of 410 KB after using > Proguard Ofuscation. > > This is too much compared with the 236KB from the precompiled app. > > If you could give me some pointers on how could I reduce the size of > my .jar file I will be very thankful. > > -- Edoardo Schepis sc...@fu... Java ME Tech Lead www.funambol.com funambol :: mobile open source :: http://www.funambol.com |