Actually jar files are built on the zip format, so you can treat them as zips:
http://en.wikipedia.org/wiki/JAR_(file_format) I was having some troubles with chrome - the first time I downloaded the jar it did complete, and then every time I retried it would use the corrupt one from the cache. This led me to believe that the jar that was linked to was invalid, but I was wrong - its working now (once I cleared my cache). Sorry for the bother. Mark On Sep 30, 2:21 pm, John LaBanca <[email protected]> wrote: > > but the links to the stylesheet and image don't work. As well, I am > > unable to open the > > > gwt-incubator-july-14-2009.jar > > > using 7-zip. Argh. > > The jar isn't a zip file. Just add it to your classpath. > > Thanks, > John LaBanca > [email protected] > > On Wed, Sep 30, 2009 at 2:15 PM, Mark Waschkowski > <[email protected]>wrote: > > > > > > > OK, np. Thanks for the updated setup instructions, thats very helpful. > > > On Wed, Sep 30, 2009 at 2:09 PM, John LaBanca <[email protected]> wrote: > > > Unfortunately, those instructions are outdated. You should use the gen2 > > > ScrollTable (com.google.gwt.gen2.table.client.ScrollTable ) instead > > because > > > it has more fixes. > > > > Add this inherits and style sheet: > > > <inherits name='com.google.gwt.gen2.table.Table'/> > > > <stylesheet src='ScrollTableDemo.css'/> > > > > The style sheet can be found here: > > >http://www.google.com/codesearch/p?hl=en&sa=N&cd=6&ct=rc#kxqvj77bOTo/... > > \.googlecode\.com > > > > The ScrollTableDemo in the src-demo source folder shows a good example. > > >http://www.google.com/codesearch/p?hl=en&sa=N&cd=2&ct=rc#kxqvj77bOTo/... > > \.googlecode\.com > > > > Thanks, > > > John LaBanca > > > [email protected] > > > > On Wed, Sep 30, 2009 at 1:54 PM, Mark Waschkowski < > > [email protected]> > > > wrote: > > > >> Hi, > > > >> The instructions for the scroll table state: > > > >> --snip > > >> Add these line to your module.gwt.xml file: > > >> <inherits name='com.google.gwt.widgetideas.WidgetIdeas'/> > > >> <inherits name='com.google.gwt.widgetideas.ScrollTable'/> > > > >> <stylesheet src='ScrollTableDemo.css'/> > > >> In your public directory, include the following stylesheet: > > >> ScrollTableDemo.css > > > >> Create a subdirectory called "images" and add the background image: > > >> bg_header_gradient.gif > > >> --end snip > > > >> but the links to the stylesheet and image don't work. As well, I am > > >> unable to open the > > > >> gwt-incubator-july-14-2009.jar > > > >> using 7-zip. Argh. > > > >> Are these instructions current? If so, suggestions? > > > >> Thanks, > > > >> Mark --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
