jarcher
30 Aug 2008, 10:06 PM
Hi All...
I have been working through this example in the wiki:
http://gwt-ext.com/wiki/index.php/Using_Eclipse
All goes well until I get to this part:
You can add GWT code under the onModuleLoad() function as the standard GWT libraries are available. The GWT-Ext library needs to be added to the project now. Obtain the latest gwtext.jar file and save it under a new lib folder under the com.mycompany.mypackage.public folder. This library needs to be added to the build path of the project. Right-click on the project's name, and under the Build Path menu option, pick Configure Build Path.... In the Libraries tab, select the Add JARs... option and find the gwtext.jar library and click OK twice to return to the workspace.
When I click the Add JARs button, the dialog pops up and says "no entry available." The only thing I can do is click cancel.
I did create a directory called lib under the public folder as the tutorial said and I did copy gxt.jar there.
What am I doing wrong?
Thanks...
I have been working through this example in the wiki:
http://gwt-ext.com/wiki/index.php/Using_Eclipse
All goes well until I get to this part:
You can add GWT code under the onModuleLoad() function as the standard GWT libraries are available. The GWT-Ext library needs to be added to the project now. Obtain the latest gwtext.jar file and save it under a new lib folder under the com.mycompany.mypackage.public folder. This library needs to be added to the build path of the project. Right-click on the project's name, and under the Build Path menu option, pick Configure Build Path.... In the Libraries tab, select the Add JARs... option and find the gwtext.jar library and click OK twice to return to the workspace.
When I click the Add JARs button, the dialog pops up and says "no entry available." The only thing I can do is click cancel.
I did create a directory called lib under the public folder as the tutorial said and I did copy gxt.jar there.
What am I doing wrong?
Thanks...