Answer the question
In order to leave comments, you need to log in
Is there an easy way to create a multi-platform gui application in Java?
Hi friends.
It is required to write a simple utility with a GUI, but so that it runs on both Windows and Linux.
Important conditions:
Answer the question
In order to leave comments, you need to log in
There is such a thing as a regular Native Package called, it collects software with dependencies and runtime in a heap.
“Write Once, Run Anywhere” is not quite as you understand, it means that having written the code once, it can be run without changes / recompilation anywhere where the Java runtime is installed. Those. runtime takes care of all the complexities and subtleties of working with hardware / operating systems / files and provides you, as a programmer, with a single interface for this. Those. the installed runtime is at least needed on the target machine, or it will be a native package build for mac\linux\win platforms.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question