Jump to content

Console Applications

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
Can you make console applications with Java? And will these applications run on multiple Operating Systems the same?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Yes.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Yup, I've seen several console applications on Linux based in Java. I haven't seen any for Windows - but I wasn't looking either.

#4
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts
Is it possible that Java can only make Linux-based console applications?

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Because Java runs in the Run-Time Environment, it either runs on everything or doesn't run.

There are some Java compilers that can be used to make Linux-only apps.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog