Has anyone resolved this? I'm also getting this when I try to build from the console, though building from IntelliJ works fine. I need to run spotbugs though, and I'm not sure how to do that from IntelliJ.
On Thu, Mar 12, 2020 at 3:31 PM Kyle Weaver <[email protected]> wrote: > I'm trying to set up Beam from scratch on a new Linux install, and I ran > into the same issue. Initially, I had my Intellij project set up with JDK > 11, but when I tried switching to JDK 8 got the same error. When I run the > same Gradle command in the terminal, though, it worked. So I figure it must > be a problem with my Intellij setup. > > > On Fri, Feb 7, 2020 at 9:36 PM Jean-Baptiste Onofre <[email protected]> > wrote: > >> Hi, >> >> AFAIR I had the same issue on my Linux. >> >> Let me do a new run. >> >> Regards >> JB >> >> Le 7 févr. 2020 à 21:35, Kenneth Knowles <[email protected]> a écrit : >> >> The expected class file version 53 is for Java 9, I believe. So is the >> right javac being invoked? >> >> I hit some issues like this on mac a while back, unrelated to Java 11. >> Suspected something wonky in Mac's Java setup not working well with the >> Gradle wrapper. Never resolved them actually. Have been working on linux >> lately. >> >> Kenn >> >> On Fri, Feb 7, 2020 at 11:32 AM Jean-Baptiste Onofré <[email protected]> >> wrote: >> >>> Hi >>> >>> No jdk 11 is not yet fully supported. >>> >>> I?ve started to work on it but it?s not yet ready. >>> >>> Regards >>> JB >>> >>> Le ven. 7 f?vr. 2020 ? 20:20, David Cavazos <[email protected]> a >>> ?crit : >>> >>>> Hi Beamers, >>>> >>>> I'm trying to run the tests for the Java examples using Java 11 and >>>> there is a compilation error due to an incompatible version. >>>> >>>> I'm using the latest version of master. >>>> >>>> [image: image.png] >>>> >>>> If I downgrade to Java 8, it works. But isn't Java 11 supported? >>>> >>>> Thanks! >>>> >>> >>
