Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Puzzles on getting start GWT and eclipse.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
jack.tang  
View profile  
 More options May 18 2006, 2:26 pm
From: "jack.tang" <him...@gmail.com>
Date: Thu, 18 May 2006 18:26:41 -0000
Local: Thurs, May 18 2006 2:26 pm
Subject: Puzzles on getting start GWT and eclipse.
>From the document

http://code.google.com/webtoolkit/gettingstarted.html#New.
It said:
Just click the green "Run" button at the top of the window to start
your project in hosted mode.

And I wonder what it exactly to "Run", you know, there is drop-down
list in "Run" button, and what Class should specified? or I lost
something?

Thanks
/Jack


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mr. Monster  
View profile  
 More options May 18 2006, 2:32 pm
From: "Mr. Monster" <kpla...@gmail.com>
Date: Thu, 18 May 2006 11:32:39 -0700
Local: Thurs, May 18 2006 2:32 pm
Subject: Re: Puzzles on getting start GWT and eclipse.
You missed something, if you follow the instructions exactly and click
Run it will start up the example app.  No need to configure anything
inside eclipse.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jack.tang  
View profile  
 More options May 18 2006, 2:40 pm
From: "jack.tang" <him...@gmail.com>
Date: Thu, 18 May 2006 18:40:39 -0000
Local: Thurs, May 18 2006 2:40 pm
Subject: Re: Puzzles on getting start GWT and eclipse.
Well, can you explain how to hook hosted browser into eclipse manually?
using MyApplication.launch?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roux  
View profile  
 More options May 18 2006, 3:02 pm
From: "Roux" <psol...@aaawebpro.biz>
Date: Thu, 18 May 2006 12:02:29 -0700
Local: Thurs, May 18 2006 3:02 pm
Subject: Re: Puzzles on getting start GWT and eclipse.
It doesn't work for me either.  The directions are either wrong,
incomplete, or don't work with every version of eclipse.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jack.tang  
View profile  
 More options May 18 2006, 3:07 pm
From: "jack.tang" <him...@gmail.com>
Date: Thu, 18 May 2006 19:07:41 -0000
Local: Thurs, May 18 2006 3:07 pm
Subject: Re: Puzzles on getting start GWT and eclipse.
When I click "Run" button, it always run the first application in the
drop list and the *.launch doesnot work at all. How to load the
*.launch, anyone knows?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adrian Marti  
View profile  
 More options May 18 2006, 3:17 pm
From: "Adrian Marti" <marti.adr...@gmail.com>
Date: Thu, 18 May 2006 12:17:07 -0700
Local: Thurs, May 18 2006 3:17 pm
Subject: Re: Puzzles on getting start GWT and eclipse.
in the docs it says to use com.google.gwt.dev.GWTShell as the startup
class, which may mean main class for Run dialog? I tried this but had a
null pointer on logging setup.
Caused by: java.lang.NullPointerException
        at org.apache.commons.logging.LogFactory.newFactory

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jack.tang  
View profile  
 More options May 18 2006, 3:18 pm
From: "jack.tang" <him...@gmail.com>
Date: Thu, 18 May 2006 19:18:51 -0000
Local: Thurs, May 18 2006 3:18 pm
Subject: Re: Puzzles on getting start GWT and eclipse.
Well, I think I found something.
The main class is com.google.gwt.dev.GWTShell, which hosts in
gwt-dev-windows.jar. It is missed in the tutorial. and
swt-win32-3139.dll should be in the same dir as gwt-dev-windows.jar.
You can try to run it.

But,still, i don't have to hook the *.launch:(


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
drusifer  
View profile  
 More options May 18 2006, 3:24 pm
From: "drusifer" <drusi...@gmail.com>
Date: Thu, 18 May 2006 19:24:54 -0000
Local: Thurs, May 18 2006 3:24 pm
Subject: Re: Puzzles on getting start GWT and eclipse.
I was having a similar issue originally too.  When I pressed Run it
just ran my other project.  Then I went into the "Run..." dialogue and
noticed that a new Runner was set up for my GWT project and that one
worked.
-Drusifer

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jack.tang  
View profile  
 More options May 18 2006, 3:27 pm
From: "jack.tang" <him...@gmail.com>
Date: Thu, 18 May 2006 19:27:46 -0000
Local: Thurs, May 18 2006 3:27 pm
Subject: Re: Puzzles on getting start GWT and eclipse.
Bingo! I got the answer!

eclipse 3.1.1
pls copy MyApplication.launch to
{eclipse.home}\.metadata\.plugins\org.eclipse.debug.core\.launches

And you will find MyApplication in the "Run" list, Runnnnn it....


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dealyb  
View profile  
 More options May 18 2006, 4:34 pm
From: "dealyb" <dea...@saic.com>
Date: Thu, 18 May 2006 13:34:00 -0700
Subject: Re: Puzzles on getting start GWT and eclipse.

jack.tang wrote:
> >From the document
> http://code.google.com/webtoolkit/gettingstarted.html#New.
> It said:
> Just click the green "Run" button at the top of the window to start
> your project in hosted mode.

> And I wonder what it exactly to "Run", you know, there is drop-down
> list in "Run" button, and what Class should specified? or I lost
> something?

> Thanks
> /Jack

Hi Jack, when I launch the configuration page reads
com.google.gwt.dev.GWTShell for the main class
and my project name "opportunity" under the project
tab with no checkboxes checked. and this launches
the hosted mode for me.  I hope this helps you.
regards,
Brian

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »