im creating an app that must be generic, so i got a generic layout where a logo , a title and a body can be changed from xml or png files. At the moment i have to change the xmls and pngs and then compile to see the changes in the app.
so i wonder if is there a way to updates the deliverables files, where the jar is so i dont have to compile everytime i make a change on files?...
I have done this:
•I tryed modifying the jar by just opening as a zip and changuing the files myself.
•Using the comand to updates jars files: http://docs.oracle.com/javase/tutorial/deployment/jar/update.html
Im using blackberry eclipse pluging and my app is designed for devices 5.0 to 7.1
EDIT: When i try to modify the jar it changes but when i install it on device it has the same configuration from the last time that it was compiled.
EDIT: Also i would like to know if its posible to change package name since when 2 apps have the same package it just overwrite when i download it