dget.gwt-widgets.0.2.0.source-code.README Maven / Gradle / Ivy
Using GWT-WL By Eugine Levitov
For those of us who have no clue how to incorporate this release
into the existing project, the way to do is as follows (the
instructions are for an Eclipse project, but should work for
any IDE with reasonable adjustments):
1. Unpack the files, and put them in an arbitrary folder (possibly
inside the GWT folder)
2. In Eclipse go to "Project->Properties", "Java Build Path" menu item
and "Libraries" tab, and "Add External JARs" button - and browse to the
gwt-widgets-x.x.x.jar, press OK. This added the source code of the
distribution to your project. Now you should be able to use the
libraries in the code.
3. In Eclipse in the "Package Explorer", which is the tree usually on
the left, describing the structure of the project, select the file
"projectName.gwt.xml (should be under package "com.companyName"). Under
the line " " add the line
" "
4. Likewise in the "Package Explorer" at the bottom you have a file
called "projectName.launch". Open the file, and you will see a number
of lines starting with "
© 2015 - 2024 Weber Informatics LLC | Privacy Policy