In our public school computer environment, we are launching “Version 6 Update 31” according to java.com. I can not control when it will be updated.
My students want to create a Java application using version 8. Is there a way to create such an application that was built using Java version 8 (using Eclipse Luna) and still works on Windows version 6 of Windows?
It depends on your definition of "uses version 8". If you set the target to 6 and stay within the 6th definition of the language and structure, then yes, you can create applications on the Java 8 machine to run on the Java 6 machine.
However, if you mean "use a special feature of Java 8", then no.
You cannot do this, you can run an application compiled for java 1.6 on JRE 1.8, but this will not work in the opposite direction. You need to upgrade java to version 1.8
. , Java.
Java
, , , , , Java8 ( JRE/JDK !). Java8, - Java8 Ideone, , , Java8.
Java8
Java Devlopment Kit 1.8 ( : Java 8), Java Runtime Environment 1.8.
eclipse , , . . Java Compiler. Java . " " "1.6" comboBox OK.
. " Java". JRE " JRE" "JavaSE1.6". , JRE 1.6.
JRE
, JRE 1.6 Java 8, , JDK7 JDK8.
Source: https://habr.com/ru/post/1589222/More articles:Сохранение массива строк с использованием NSUserDefaults в другой UITableView - iosASP.NET Web API v2 and logging all errors / exceptions using ELMAH - asp.netExecuteReader () in Powershell script - sqlCustom configurations with C # - c #Capturing only the current viewport of the whole body as a screenshot - html2canvasSerializing Parent / Child with EF and WebApi - jsonKnockout check does not work with DatePickerHandler binding - javascriptПочему я получаю "неожиданный конец ввода", когда мой парсер явно ищет его? - haskellПолучение наибольшего расстояния от группы координат GPS - coldfusionDo I really suspect that this generated PHP code is vulnerable? - securityAll Articles