PDA

View Full Version : مشکل این برنامه چیست؟



Sadebodan
پنج شنبه 12 اسفند 1389, 14:26 عصر
مشکل این برنامه چیه؟


import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.ui.*;

public class Foo implements EntryPoint
{
public void onModuleLoad()
{
GWT.log("Heloo",null);
{
{

Exception زیر رو میده:


Exception in thread "main" java.lang.ClassNotFoundException: com.google.gwt.dev.GWTShell

mortezaadi
یک شنبه 08 آبان 1390, 00:17 صبح
این خط رو به Xml ماژولت اضافه کن

<inherits name="com.google.gwt.logging.Logging"/>