InitialContext not supported!

2009-05-06 Thread zb
Recently, I have change my gwt working environment from Cypal to Google Plugin. Everything seems fine except compile error: 'javax.naming.InitialContext is not supported by Google App Engine's Java runtime environment' in code line 'InitialContext ctx = new InitialContext();'. I use this to

Re: InitialContext not supported!

2009-05-06 Thread Salvador Diaz
Remove the App Engine support from your project. Cheers, Salvador On May 6, 2:35 pm, zb zarkobodro...@gmail.com wrote: Recently, I have change my gwt working environment from Cypal to Google Plugin. Everything seems fine except compile error: 'javax.naming.InitialContext is not supported by

Re: InitialContext not supported!

2009-05-06 Thread zb
That's it. Thanks. On May 6, 4:32 pm, Salvador Diaz diaz.salva...@gmail.com wrote: Remove the App Engine support from your project. Cheers, Salvador On May 6, 2:35 pm, zb zarkobodro...@gmail.com wrote: Recently, I have change my gwt working environment from Cypal to Google Plugin.