Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8427259
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T04:44:17+00:00 2026-06-10T04:44:17+00:00

I prefer to use Netbeans as my IDE rather than Eclipse. A few years

  • 0

I prefer to use Netbeans as my IDE rather than Eclipse. A few years ago when I looked into Google Web toolkit, there was no good Netbeans plugin for GWT and everyone suggested to use Eclipse. How is the situation now? Is there any better plugin on the market, or is Eclipse the best option?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T04:44:19+00:00Added an answer on June 10, 2026 at 4:44 am

    I prefer Netbeans over Eclipse too. To develop for GWT, I used the following setup steps without installing gwt4nb plugin. Since I use an IDE for code analysis and editing help only, and feel quite comfortable manipulating files and directories in the source tree directly. Though this may not fit your case, I guess for many developers the steps should be good enough because you can treat gwt development just a normal java project.

    1. Install JDK, NetBeans-SE. Extract gwt package. I have a note for gwt-1.7.1. If running on a windows 64bit version, install 64bit netbeans and jdk, and also a 32 bit JRE.

    2. Copy the Hello sample from gwt directory to a directory out of gwt package directory. Create a project of existing java source code, and put the project under the same Hello directory. Then netbeans will create two files in the Hello directory: nbbuild.xml and manifest.mf, and create its own nbproject directory under Hello. I simply ignore these files.

    3. In netbeans “Projects” window, right click on “Libraries” and choose “Add JAR” to add the jar files from the gwt directory.

    4. In netbeans “Files” window (not the “Projects” window), you will see the original “build.xml” file that comes with the Hello sample. Edit this file so the “gwt.sdk” points to the location of gwt package directory. On windows 64bit, also add a “jvm” property under “java” task. It shall look like (only jvm=… is newly added):

      <target name=”hosted” depends=”javac” description=”Run hosted mode”>
         <java failonerror=”true” fork=”true” classname=”com.google.gwt.dev.HostedMode”
               jvm=”C:\\Users\\youhere\\Programs\\jre6.32\\bin\\java”>
           <classpath>

    5. Use “Files” window, click to expand “build.xml” file node. Then right click on “hosted” ant target under “build.xml” and choose “Run Target” in the context menu to build and run the hosted mode.

    The ant targets from “build.xml” you usually use:

    • “build”: Use this to build the javascript.
    • “hosted”: Use this to build java and start hosted server and browser.

    Once the hosted server is started, you can run “build” target to build the javascript and to have the result served by the running hosted server immediately without restarting the server. Use your normal browser to see the javascript version at “localhost:8888”. You can set a different port by editing the “build.xml” file.

    Usually I copy the Hello sample to a different directory, and use that as a start point of a new project. After that manually edit the files to match the project naming and directory structure.

    I also copy the other samples from gwt package to a new directory, then build and run them to use that as a code reference. If you want to also develop the servlet, take a look at the servlet of DynaTable sample and create or copy the files into the same directory structure in your project.

    A note about gwt4nb plugin: I installed it but figured out it is too heavy weight for me. With the above manual setup, I can do everything that I need to without any difficulty.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a web and mobile application developer and I prefer to use MVC
I installed Netbeans IDE 6.8 today to use it while learning Ruby. Here the
I use Dreamweaver at work and NetBeans IDE at home, but in both cases
I'm using NetBeans's Web Service generation tools. I've looked at the tutorials available, but
Eclipse is a really great editor, which I prefer to use, but the GUI
I'm new to eclipse, perfer netbeans actually, but android tutorials use eclipse. The eclipse
I am a web developer, and I prefer to use a rich-client type of
When I prefer to use WITH (NOLOCK) in all the SQL queries inside a
Possible Duplicate: When should one use final? When should Java programmers prefer to use
Are there any way to do so? I prefer to use VB.NET or Java

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.