Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[kapua-dev] GWT 2.4 seems to require Java 6

Hi everyone,

I just figured out that GWT 2.4, which is used by the console, seems to actually required Java 6 instead of Java 7 which we currently have set.

Downgrading to Java 6 would be possible, but would require to actually re-write a few of the try-with-resources blocks.

I see the following options:

1) Switch to Java 6 - re-write try-with-resources in Java 6 style
2) Split up projects to have a GWT UI and GWT backend project (not sure this works out)
3) Upgrade GWT

Any ideas?

Cheers

Jens

--
Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill

Back to the top