Java Preliminary Rendering License

I want to use Java Advanced Imaging libraries in a close source commercial application. Wikipedia ( http://en.wikipedia.org/wiki/Java_Advanced_Imaging ) states that the license is a “Java Research License” and therefore the library cannot be used in commercial applications.

But in the txt files that come with banks (see here: http://download.java.net/media/jai/builds/release/1_1_3/ ) “Java Research License” is not mentioned. And no one else known to me a license.

My question is: what is a JAI license? Can I use the JAI library in a commercial application with limited source code?

+4
source share
1 answer

What is a JAI license?

The JAI license is located in the LICENSE-jai.txt file .

Can I use the JAI library in a commercial application with limited source code?

The license indicates:

"1. USE LICENSE Sun grants you a non-exclusive and non-transferable license only for the internal use of the accompanying software and documentation and any bug fixes provided by Sun (collectively" Software "), by the number of users and the class of computer equipment for which the corresponding fee was paid "

, "" - , " "... , .

: IANAL. , . JAI, . Oracle .

UPDATE

LICENSE.TXT "jai-core" :

This software is licensed by Sun:

i) for research use under terms of the Java Research License (JRL) as
specified in the LICENSE-JRL.txt file and on the web at
"http://jai.dev.java.net/jrl.html"; or

ii) for commercial use under the terms of the Java Distribution License
(JDL) as specified in the LICENSE-JDL.txt file and on the web at
"http://jai.dev.java.net/jdl-jai.pdf".

, ; .

https://java.net/projects/jai/sources/svn/content/trunk/www/jdl-jai.pdf?rev=1433

, "java.net".

( !) , . "" , .

+2

Source: https://habr.com/ru/post/1537173/


All Articles