Is there a case of making an application with 100% pure Java language?

Asked 1 years ago, Updated 1 years ago, 84 views

Is there a case where a program is made using 100% pure Java language? Additionally, if you created a simple application with Java, how do you make it into an executable file with an .exe extension?

java program

2022-09-22 08:22

1 Answers

There are many types of programs, but they are often made only with Java

One of the most popular programs is Jabba programs such as JettBrand's Intellij. I don't know if it's 100% pure Java

Other than that, Minecraft also made Java using lwjgl, and there are many other cases where Java server is made

If you change to exe, there is a program like jar2exe

But I understand that JRE should be installed

http://www.jar2exe.com/


2022-09-22 08:22

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.