D
D
Denis Karakchiev2015-06-05 15:56:29
Java
Denis Karakchiev, 2015-06-05 15:56:29

Is it possible to write in Java under Windows?

And with what difficulties it can be connected?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
alk, 2015-06-05
@Alexey_Kutepov

Can. Idea IntelliJ is written in Java

P
programmerjava, 2015-06-05
@programmerjava

No difficulty. Write and immediately on most operating systems it will start.
Unless you will install jvm on each operating system (if it does not exist) and run it through it. But you can also make an exe through launch4java. It is possible to embed a small but full-fledged jvm into an exe. You can develop interfaces in Swt, Awt, Swing, JavaFX (the first two are obsolete).

O
OnYourLips, 2015-06-05
@OnYourLips

Can. Most often, logic is written in Java, and the interface is on the plus side.
Otherwise, it will look very foreign.

O
Odissey Nemo, 2015-06-11
@odissey_nemo

Wrote substantial Java console applications with Windows development for the mighty IBM FMS server. Everything always worked the first time. Was pleasantly surprised. Java 1.4, it should be noted. Without enums and other fornication. Clean code, no framework admixtures.

C
cthulhudx, 2015-06-20
@cthulhudx

The bytecode generated by the javac compiler will take off even on a coffee maker, provided that it has a Java machine of the appropriate version.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question