Java 11 and End of Java 8

preview_player
Показать описание
Java 8 End of Public Support.

Introduce new Java SE 11!

Java Roadmap:

Java SE FAQ:
Oracle Java Embedded Products:

Oracle Commercial Price List:

Redistribution of Java SE:
Рекомендации по теме
Комментарии
Автор

The key change for most people is that Oracle JDK has changed license so that it cannot be used in production. But this is not actually a problem so long as you are aware of the change. Just download a zero-cost OpenJDK build instead, search AdoptOpenJDK or Azul Zulu for example.

Java FX is not in the JDK anymore, but that is a good thing! It is now run as a separate project, and Java FX 11 is available in Maven Central if you need it.

jodastephen
Автор

is that mean i can no longer use java for android app dev ?

adam_devs