S
S
sanitar4eg2014-10-22 18:42:54
Java
sanitar4eg, 2014-10-22 18:42:54

Is it possible to run an application using javafx java sdk8 on a client with jre7, openjdk?

The application was created on Oracle implementation of sdk and jre 8 version. It is a gui using javafx.
Is it possible to run implementations of jre openjdk7 on linux
If possible, how to correctly specify dependencies in maven or idea?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Fedorenko, 2014-10-23
@FedrBodr

If this application does not use the 8th Java feature and compile it with -target version 7, then everything should work out.

N
Naoto, 2015-01-11
@Naoto

You should google Native Package. This is a standard way to package an application along with its appropriate platform-specific Java machine. That is, your application will be packaged in .exe (or the executable file format of any other platform) and, when it is launched, will use a built-in runtime machine. Then you won't have to worry about compatibility.
So far, I have only encountered this in the javafx plugin in eclipse. But this possibility is implied in the JDK package itself (if I'm not mistaken).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question