Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakarta.ee-community] targeting JDK 8 *and* JDK 11?

I am looking for the same setup since the things that I checked so far are way complicated.

It would be great to put in place some examples, and I'm happy to help but I honestly don't know how to make a clear configuration for it. 

Carlos Chacin

Senior SDE

On Wed, Sep 18, 2019, 5:33 PM Bill Shannon <bill.shannon@xxxxxxxxxx> wrote:
What's the state of the art for building a jar file that contains class
files that will work on JDK 8, and a module-info.class that will work
on JDK 11?  The last time I looked at this all I found were kludges
that resulted in compiling everything twice, or very complex Maven
configurations that depended on using multiple versions of the JDK
to compile.  Is there a better way?  Is there an existing project
that would be a good example?
_______________________________________________
jakarta.ee-community mailing list
jakarta.ee-community@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakarta.ee-community

Back to the top