I
I
Igor2014-05-23 21:06:39
Java
Igor, 2014-05-23 21:06:39

How to write a Windows program in Java in Intellij Idea?

Hey!
A long time ago I wrote programs for Windows in Delphi.
Now I write for Android in Intellij Idea.
How to create a project to run on Windows?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Q
qizer, 2014-05-24
@asdf999

uh... in java you create applications to run on the JVM. This has its own cross-platform, because where the JVM is, there you can run your application
when developing in java, you will eventually get a jar file that can be run on a PC with java installed (on windows, linux, mac ... wherever you want) command
where programm.jar is your application.
There are also converters a la java2exe, but their performance has not been tested.

V
Vitaly, 2014-05-24
@silverhawk90

Your question is not correctly posed. It looks like: Two camels were flying - one red, the other to the left, how much does a kilogram of asphalt weigh if the hedgehog is 24 years old?

A
Andrey Vershinin, 2014-05-24
@WolfdalE

Lacks specifics. If I understand you correctly, when you create a project, you will be given the choice of what you are writing for - for the JVM or for Dalvik'a.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question