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
making web pages for accounts
Hello, I would like to make pages for accounts on my website im making (its not a real website..im j
Checking BOM Authorization Group
Hai Friends,
I have developed a mulitilevel BOM display report. End users have been assig
php include email form with attachment
I have had no luck with finding a email form all over the Internet for various reasons. Some insecur
insert/update functions for mysql, what do you think?
I am working on two really simple functions that automatically generate (and execute) insert and upd
Just a white page
Okay so, my website, when I click SignUp on it it takes me to /join.php but its a complete white pag
Join Query Help
Hi all,
I am having problems with the below code, which we shall call 'my first join query'!
Simple Scraper... Weird Output
Okay, maybe I just need a Blue Monster and some sleep, but....
I'm scraping a ringtone site
Interpret Order
Hello all,
I'm wondering if I have this:
Code: $switch = array(
'one' =>
split values
I have values that are returned to me in this format:
name=>test,age=>49
Passing Variables
What I'm wanting to do is when the user clicks on Arenas it will know the name of the country it's w