Did a search on licensing and nothing seemed to match. To me the GPL2 with Class and Assembly Exceptions seems like a lot of mumbo jumbo that doesn't answer what I think is a simple question (however, the Class Exception portion does seems to clearly give the right to link with OpenJDK DLLs and that is not what I am questioning).
My question is ... are we (as a commercial software vendor) allowed to actually redistribute an exploded prebuilt AdoptJDK archive (unchanged) as part of a commercial product (ie myproduct/java/...) under the license so that there is no need for end user setup and that our product can point to a known and correct release and not cause/force the whole commercial product to need to adhere to the license. I've read and re-read the license terms and I just don't see a clear answer about this.
The intent of the openjdk project is that it can be redistributed in commercial projects under the terms of the GPLv2 + classpath exception, as described here: https://openjdk.java.net/legal/gplv2+ce.html.
I am not a lawyer, but I believe that whether you can redistribute the builds along with your commercial software will depend on whether the license for your commercial software is compatible with those terms.
If you have concerns you may wish to seek legal advice.
Did a search on licensing and nothing seemed to match. To me, the GPL2 with Class and Assembly Exceptions seems like a lot of mumbo jumbo that doesn't answer what I think is a simple question (however, the Class Exception portion does seem to clearly give the right to link with OpenJDK DLLs and that is not what I am questioning).
My question is ... are we (as a commercial software vendor) allowed to actually redistribute an exploded prebuilt AdoptJDK archive (unchanged) as part of a commercial product (ie myproduct/java/...) under the license so that there is no need for end-user setup and that our product can point to a known and correct release and not cause/force the whole commercial product to need to adhere to the license. I've read and re-read the license terms and I just don't see a clear answer about this.
Yes, you can.
Most helpful comment
Yes, you can.