Give me all your tricks for minimizing jar file size
Posted on
16th Feb 2014 07:03 pm by
admin
Hi, I'm coming close to releasing my J2ME game... I am kicking up against the 64k size barrier which I have imposed as a maximum size for my game. I would like to add more levels to the game but the only way I can do that Is to make the jar smaller... Oh yeah I have made the decision to NOT have it download any data (maps, etc...) over the internet as well.
I have heard about using preprocessors to get rid of statics and that would make it smaller... Any thoughts, suggestions? Sun one studio 5 ME doesn't seem to support preprocessing... is there any free or cheap IDE that does?
Do any obfuscators do a significantly better job at reducing size than the retroguard one does?
I've tried to eliminate any common code amongst classes and put it in static functions that get called from many places...
I'm wondering about using shorts internally instead of ints... at first I was going with shorts thinking it would be a size savings, but now I'm thinking that all the conversions to ints and back are probably a size loss... anyone know the empirical answer?
If you have any tips to reduce jar size, please respond :)
No comments posted yet
Your Answer:
Login to answer
87
40
Other forums
Move array index to end
Hey guys,
Quick question:
I have an array that looks like this:
Code: [Select]$var =
Bandwidth monitoring?
Hi guys,
I need a little information I have written a php app and I occurred to that I need
Help on code output
My CODE:
Code: [Select] echo "<phone>".$line["phone"].&qu
Print out contents of to Excel
I have got this script that gathers all the data that I need but I need it to send it to excel inste
session variable problem
Session variable is not working in Fire fox i am getting null value but it is working fine in IE.
present value of sequence?
Hi
Please help me to find out the present value of sequence?
Thanks
strtotime issue
Hey all,
I'm playing around with some code, and basically the idea is:
Person changes
How to read posted binary data from a mobile device and post it to a web server?
Here is the senario...
I have a mobile device (MD) that posts binary data to a Web Server (WS
FILTER_CALLBACK -- Files?
Hi All,
I'm using the php filter functions to validate my form data. For custom filters, I'm
Beginners syntax and loop questions - help please!
Hi everyone,
I have some problems with php code. I'm currently in the middle of learning php,