Re: unable to lode moduloe entry point class

2010-06-23 Thread Ravi kumar
well i don't know what was the reason for this error I have fixed it...Here is the steps i have done to fix it. 1. i did not set the JAVA_HOME variable and its value. And i forgot to add the path also so added the path and set the Java_Home variable and its value now its is working fine. Regards,

Re: unable to lode moduloe entry point class

2010-06-23 Thread Ravi kumar
Can any one help me i am new to the GWT. I just started it 2 days back and this is my first example tutorial and i am not finding any solution to this error . Tnx in advance Regards, Ravi Kumar Chaurasia Dept of Information Technology NIT,Durgapur On Tue, Jun 22, 2010 at 11:54 AM, Ravi Kumar w

unable to lode moduloe entry point class

2010-06-23 Thread Ravi Kumar
Unable to load module entry point class 11:29:28.742 [ERROR] [stockwatcher] Unable to load module entry point class com.google.gwt.sample.stockwatcher.client.StockWatcher (see associated exception for details) java.lang.NullPointerException: null at com.google.gwt.sample.stockwatcher.client.St

Re: unable to lode moduloe entry point class

2008-08-26 Thread walden
An NPE is a plain old Java exception. You've got a null reference and you're trying to follow it to an object. Right there on line 56. Just fix that. But if you don't know that much about Java, I think you're in for some trouble with GWT. Better get some familiarity with Java first? Walden O

unable to lode moduloe entry point class

2008-08-26 Thread princeezra
Unable to load module entry point class org.gwtbook.client.server1 (see associated exception for details) [ERROR] Unable to load module entry point class org.gwtbook.client.server1 (see associated exception for details) java.lang.NullPointerException: null at org.gwtbook.client.server1.onM