Quote:
Originally Posted by Sir Alex
yifanlu,
BCEL give you ability to modify class file and store new version into another file. So you must replace original Framework files. My hack makes new directories with modified Framework files and makes mount point (umount command) "old dir" -> "new dir", so Kindle think it's load original files, hehe. This process controlled with "fuse" file in /mnt/us, so if something goes wrong, I can restore Kindle to system defaults and all modified files not used...
|
Have you tried putting just the modified files in their own jar and get java to load your jar before others, so when the kindle looks for com.amazon.something.a.b it'll see your class first and load it?