installing GWT Designer in Linux

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

installing GWT Designer in Linux

Postby Garde » Mon Mar 30, 2009 10:38 pm

Hi,

Being relatively new to Linux I have one simple question: How exactly do I install the .bin into my system? I am using Eclipse 3.2 on Ubuntu 8.04. Thanks.
Garde
 
Posts: 1
Joined: Mon Mar 30, 2009 10:35 pm

Re: installing GWT Designer in Linux

Postby Eric Clayberg » Tue Mar 31, 2009 1:03 pm

The simple answer assuming x.bin is the file name:

Code: Select all
$ chmod u+rx x.bin
$ ./x.bin

The first command ensures the user has read and execute permissions to the binary, and the second starts the binary. The assumption is the user's current working directory contains the file, of course.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 2 guests