Thursday, March 10, 2016

Referenced libraries are missing

Hi there) Recently I deployed my app to GAE and got errors executing app...
I think the reason is that the part of referenced libs is missing for deployed version...
I guess GAE automatically takes all libs in war/WEB-INF/lib folder according to Java EE standart

Here's a peace of code I use to show classpath...


URL
[] urls = ((URLClassLoader) (Thread.currentThread().getContextClassLoader())).getURLs();
 
for(URL url : urls)
 res
+= url.toString() + "\n";

If you know the best way to show a classpath..show me plz)
So...What you think? What I need to do?

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment