Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (407)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  any free de-bloaters??  (Read 2722 times)
0 Members and 1 Guest are viewing this topic.
Offline t_larkworthy

Senior Member


Medals: 1
Projects: 1


Google App Engine Rocks!


« Posted 2009-01-19 00:22:41 »

Given that a user application only uses a small subset of functionality in libraries, are their any (free) tools that can actively chop a library down to the minimum size required to run the user application? Useful for applet serving or any network delivery of java applications for that matter.

IBM has JAX and that did it.

are there free alternatives??

If not, then I have prototyped a way of doing it using http://www.cs.purdue.edu/homes/hosking/bloat/. If no-one knows of a free tool then I will try to make my solution a generic ant task. 



Runesketch: an Online CCG built on Google App Engine where players draw their cards and trade. Fight, draw or trade yourself to success.
Offline Riven
« League of Dukes »

JGO Overlord


Medals: 438
Projects: 4


Hand over your head.


« Reply #1 - Posted 2009-01-19 00:42:57 »

java -verbose:class

Just make sure you run every bytecode you need.

Hi, appreciate more people! Σ ♥ = ¾
Learn how to award medals... and work your way up the social rankings
Projects: Revenge of the Titans, Titan Attacks, Droid Assault, and Ultratron
Offline t_larkworthy

Senior Member


Medals: 1
Projects: 1


Google App Engine Rocks!


« Reply #2 - Posted 2009-01-19 01:03:31 »

Ehhh that's pretty cool! However, its lazy loading classes so unless you test cases have 100% code coverage their is a reasonable chance that it won't hit a required class.

The method I have going does actually detect what code is not required at the method level, and prunes individual methods from classes. So what I have prototyped would be better than a tool built on the -verbose  functionality.

I found JARG, but that doesn't let you define what the entry points into your system are, so I can't imagine it can be that aggressive. The tool I have starts with a list of entry points (like JAX). Any method not possible to be called from that set is deleted. There will be issues regarding AWT callbacks and such like, I have only done a feasibility study, but those issues are solvable if I have reason to continue.

Edit: Proguard is the correct answer, I think. 

Runesketch: an Online CCG built on Google App Engine where players draw their cards and trade. Fight, draw or trade yourself to success.
Games published by our own members! Check 'em out!
Play the free demo of Revenge of the Titans!
Offline AI Guy

Senior Newbie





« Reply #3 - Posted 2009-01-25 19:55:15 »

There is a selection of Obfuscators, which are very effective.  http://sourceforge.net/projects/proguard/ allows you to shrink & optimize, but this can be done without turning everything to gibberish, if you so wish.

You can also collapse your package hierarchy, which saves space, and still read the Exception stack traces.  This might be a problem, if you did not write those libraries, but again this is optional.
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (94 views)
2013-05-17 21:29:12

alaslipknot (102 views)
2013-05-16 21:24:48

gouessej (132 views)
2013-05-16 00:53:38

gouessej (127 views)
2013-05-16 00:17:58

theagentd (138 views)
2013-05-15 15:01:13

theagentd (126 views)
2013-05-15 15:00:54

StreetDoggy (168 views)
2013-05-14 15:56:26

kutucuk (189 views)
2013-05-12 17:10:36

kutucuk (192 views)
2013-05-12 15:36:09

UnluckyDevil (199 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.08 seconds with 21 queries.