A
A
Alexander Interesting2021-10-15 15:27:12
Java
Alexander Interesting, 2021-10-15 15:27:12

How to make your program name?

Why, for example, Intellij IDEA in the task manager - is displayed "Intellij IDEA" with its icon. But the JFrame application is displayed as "Java(TM) Platform SE binary"unknown.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Imaev, 2021-10-15
@AIRC24

IDEA is a C ++ development environment, you work on JRE (Java, a launch tool) and with a jar nickname (it works in a virtual machine, so it looks like that there), you can assemble it into an exe (combine JRE and Jar). My pick in the assembler is Jar2exe. Or otherwise the environment uses the exe and you use the virtual machine JRE in the jar(shell).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question