What do you want to know, how to put the image into the jar or how to get it out?
To get it out you have to use one of 2-3 different techniques -- either get in bed with JAR terminology and use the java.util.zip/ java.util.jar interfaces, or use the java.net.URL openStream interface. The latter is probably simpler. Note that neither of these approaches will work with image tools that expect a simple file name. On Aug 13, 8:43 am, RamaMohan <[email protected]> wrote: > HI all, > > I am creating a jar file which will return a view to any application > in which jar file is added. > I am creating all the coding without any resources files.But my > problem is i want to add images to the jar file like i want to add my > logo . > > I want to add some image files to the jar and i have to use that in my > project. > > How to perform this thing,I goggled for a while but i didn't find a > solution for this. > If anyone knows ,please let me know. > > Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

