Hi all, let me briefly describe the situation:
- I have two eclipse projects: 1) Application specific development; 2) My Own UI-Widgets - Project 2) is on the build path of project 1) - I decided to move the localization tables into project 2) to have it available in both projects - I am using Hermes to be able to work with the localization tables on server side (needed for localized Emails) When I run project 1) all works fine on client side. On server side it says: "java.lang.ClassNotFoundException:". It seams like my i18n Constants extension is not found for server side code. My understanding was, that if I put a complete project on the build path, all sources are available the same way as if they were in the project itself. This seams to be wrong. But how can I solve my problem? Any ideas? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/tiHUMq3D-JMJ. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.