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
delete comma
HI,
How to delete "," at the end of the string.
Code: $match = 2009/02/03/a2corr
Echo multiple lines of html code
Hi guys,
I would like to know if there is a way to echo multiple lines of html codes.
Add code to enable passing of checkbox variable on login
Ok, I have a login page, but want to add a checkbox that when checked and successful login is made i
Removing Title From database problem
Hi again ! i am having an issue with updating database. When i update any price of a title it remove
header redirect problems? please help
Ok i am making a site that generates youtube thumbnails and i am generating an image that displays 1
Most basic form question ever?
Hello,
I want to use this snippet to make sure the fields in a form are ok before processing
Validating time
Hi Guys
what do you think of the following approach to validate a 24hour time:
http://
2 decima places & How to reload my page
Hello There,
How do i put full-stop (.) after second figure from behind? ie if i have 123456
Comparing Values
Hi
I'm reading data from a database and this seems to work OK.
Each system has an associat
PHP using IF to display error
i have a MySQL query and i want to display 1 thing only if the number of affected rows is >=1