Re: Java compatibility

2018-10-01 Thread ocs@ocs
Gentlemen, thanks! > On 1 Oct 2018, at 10:12 AM, Johann Werner wrote: > The compatibilities are listed in the github Wiki: > https://github.com/wocommunity/wonder/wiki > For Java 6 you would have to use Wonder 6 as Wonder 7 uses a lot of libs that > are not compatible with Java 6 anymore. Aha,

Re: Java compatibility

2018-10-01 Thread Jesse Tayler
I think you get that when your Eclipse is set to a higher or perhaps different JAVA than your server. Is that possible? > On Oct 1, 2018, at 4:12 AM, Johann Werner wrote: > > The compatibilities are listed in the github Wiki: > https://github.com/wocommunity/wonder/wiki > > For Java 6 you

Re: Java compatibility

2018-10-01 Thread Johann Werner
The compatibilities are listed in the github Wiki: https://github.com/wocommunity/wonder/wiki For Java 6 you would have to use Wonder 6 as Wonder 7 uses a lot of libs that are not compatible with Java 6 anymore. jw > Am 01.10.2018 um 05:59 schrieb ocs@ocs : > > Hi there, > > is is possible

Re: Java compatibility

2018-09-30 Thread Chuck Hill
I don't recall what the source level backwards compatibility is. But that message means you are trying to use .class files compiled for Java 8 on an earlier JVM (1.6 clearly). You will need to either upgrade the server or re-compile from source targeting 1.6. Chuck P.S. Java 1.6?!!? On

Java compatibility

2018-09-30 Thread ocs@ocs
Hi there, is is possible that WOnder 7 is not compatible with Java 6? Whatever I try, I can't find any description on the Web; what I am getting though is an error === Exception in thread "main" java.lang.UnsupportedClassVersionError: er/extensions/appserver/ERXApplication : Unsupported major.m