On Tue, Nov 23, 2010 at 10:05 AM, Ravi Singh <[email protected]> wrote: > HI, > I have a "thirdparty.jar" which I have to add into my Eclipse project > and make one combined JAR for my entire package. > I have added the thirdparty.jar into my pproject using "Java Build > Path" Libraries settings in eclipse. > > But when I try to make jar for my entire project, the jar creation for > my project is success but the "thirdparty.jar" is not getting included > in my project.jar. > > Any idea what could be the reason??
Ravi, How are you creating "enitre_project.jar" ? You can export project as a JAR or EXECUTABLE JAR and from what I can see, you need the later, which packages or expands all referenced libraries into the resulting JAR file. Separate question is, in why would you need this in the context of Android development? You probably can achieve what you need, without packaging the whole project into a single JAR file, but I am only speculating here. Daniel -- 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

