Well, it WILL happen if you don't add all the project's dependencies to the build path, I don't think it's really a problem between eclipse gwt java gae. Now, if you really think it's a problem, you should create a project that reproduces the issue, and submit an issue to gwt's issue tracker so that the team can investigate it.
Cheers, Salvador PS: maybe if you gave lots more details on your project setup we could help you identify your issue. On Mar 15, 10:10 am, giannisdag <[email protected]> wrote: > thank you Salvador, I realized that this happens to every google web > application project I create so it seems to be a problem between > eclipse gwt java gae and not to the specific project. It is a mystery > for me because i didn't change anything of these setups. > > On 15 Μαρ, 11:00, SalvadorDiaz <[email protected]> wrote: > > > > > You should take a look at your classpath, there are missing > > dependencies, you can tell by the "ClassNotFoundException". > > > Hope that helps, > > > Salvador > > > On Mar 15, 8:25 am, giannisdag <[email protected]> wrote: > > > > Hi all, > > > I am trying to implement spring method security, and I am getting the > > > following problem while debugging. It doesn' t seem to affect the > > > application when I run it. Could somebody guide me where to look for > > > fixing this? I am using eclipse + GWT 2.03 + GAE1.3.1 > > > > com.google.gwt.dev.DevMode at localhost:38594 > > > Thread [main] (Suspended (exception ClassNotFoundException)) > > > ClassLoader.findBootstrapClass(String) line: not > > > available [native > > > method] > > > > > > Launcher$ExtClassLoader(ClassLoader).findBootstrapClass0(String) > > > line: 892 > > > Launcher$ExtClassLoader(ClassLoader).loadClass(String, > > > boolean) > > > line: 302 > > > Launcher$AppClassLoader(ClassLoader).loadClass(String, > > > boolean) > > > line: 300 > > > Launcher$AppClassLoader.loadClass(String, boolean) line: > > > 301 > > > Launcher$AppClassLoader(ClassLoader).loadClass(String) > > > line: 252 > > > InstrumentationImpl.loadClassAndStartAgent(String, > > > String, String) > > > line: 280 > > > InstrumentationImpl.loadClassAndCallPremain(String, > > > String) line: > > > 338 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
