Cannot use external libraries for google app engine java project?

You need to copy the required jar(s) to the /WEB-INF/lib folder manually I faced a similar issue while starting to build with app-engine. After some research, I came to the conclusion that it is the only way to get it working Would love to know if I am wrong :).

You need to copy the required jar(s) to the /WEB-INF/lib folder manually. I faced a similar issue while starting to build with app-engine. After some research, I came to the conclusion that it is the only way to get it working.

Would love to know if I am wrong :).

Yes this works. But really: is it the ONLY way to get it working? No Eclipse-style build path management?

War/WEB-INF/lib is soooo primitive! – Hendy Irawan Nov 21 '10 at 6:25.

I am using App Wrench tool to automatically copy jars into /WEB-INF/lib directory. Works only if you do not have any @Entity marked classes in that jar.

I guess there should be some causes lead to the library is not loaded. When I come to war/WEB-INF/lib, I cannot see standard. Jar and el-functors.1.0.3.

Jar overthere; only google app engine jars being deployed. What is the problem there, how can I fix that?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions