Install GWT on Mac like this:
1. Download GWT SDK from this site http://code.google.com/intl/uk-UA/webtoolkit/download.html
That's all.
1. Download GWT SDK from this site http://code.google.com/intl/uk-UA/webtoolkit/download.html
2. Unzip it and move it to Applications folder on your Mac.
Install SmartGWT on Mac like this:
1. Download SmartGWT from this site http://www.smartclient.com/product/download.jsp
2. Unzip it and move it to Applications folder on your Mac.
In Terminal set GWT_HOME and GST_HOME like this:
Open in Terminal with Vim .profile: vi ~/.profile
Add these lines:
export GWT_HOME=/Applications/gwt-2.1.1 (put here your version of gwt)
export GST_HOME=/Applications/smartgwt-2.4 (put here your version of smartgwt)
Restart your Mac and in Terminal check path to GWT_HOME and GST_HOME:
echo $GWT_HOME
echo $GST_HOME
No comments:
Post a Comment