6
I want to create a program in Java, but that the person does not need to have Java installed on their computer. Can I put an JRE next to my program with only the necessary classes?
An example is: I created a program and only used the System class and the classes that System calls. There is no way I can do an JRE with only the classes being used?
Other than that, what I need most is to have the JRE join the program, and when I put the program on the person’s pc, it installs the JRE (compressed or not) and the program can run
Do you understand? If not, let me know.
Igor, from what I understood what you should do is create a custom install that would install/update the java in addition to installing your software. Look for software created from installation that can solve your problem
– Giovani
Using Javafx is exactly what happens when using Native Packaging.
– Mansueli