D
D
Dima2312018-04-24 17:52:44
Java
Dima231, 2018-04-24 17:52:44

How to run a Java application if Java is not installed on the computer?

Hello! I am writing a simple client-server chat for a local network. I almost did it, but then it turned out that not all computers have Java installed and not all of them are connected to the Internet. Is it possible to somehow include the JRE in the distribution so that I do not have to install everything separately?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2018-04-24
@Dima231

Yes, the JDK includes the javapackager utility , designed just for this purpose.

O
Orkhan, 2018-04-27
Hasanly @azerphoenix

Useful link - https://eax.me/java-without-jvm/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question