Hello. Thanks for your answer. maybe my question was not clear enough: I am using eclipse and GPE (I do not want to use any other tool).
imagine I have created a JAR (by myself) called myPersonalLibrary.jar my question is: can I put this jar in war/web-inf/lib/*others*/myPersonalLibrary.jar? or do I have to put it in war/web-inf/lib/myPersonalLibrary.jar? This is a yes/no question... if it's a no then thank you for your suggestions. Le mardi 15 décembre 2015 21:43:45 UTC+1, Nick a écrit : > > Your best bet is to use a dependency manager in your build tool and ignore > the lib folder entirely. Dependencies in Java are not isolated in any way, > so even if you achieve this it won't reflect reality (i.e. Shared > dependencies such as asm, cglib, commons etc) > > 🌲🌳🌲🌳🌲🌳🌲🌳🌲🌳🌲 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/cf931a4b-f986-4b3a-a814-f7f68481ea91%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
