Find the answer to your Linux question:

View Poll Results: Do you have Java installed?

Voters
26. You may not vote on this poll
  • Sure

    25 96.15%
  • No

    1 3.85%
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
Do you have Java installed? I have ! I think that all OS should have Java platform integrated,...
  1. #1
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549

    Do you have Java installed?

    Do you have Java installed?
    I have !

    I think that all OS should have Java platform integrated,

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,082
    No, I never use it...
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Linux Guru fingal's Avatar
    Join Date
    Jul 2003
    Location
    Birmingham - UK
    Posts
    1,539
    Yes ...
    Code:
    fingal@pickle ~]$ java -version
    java version "1.4.2"
    gij (GNU libgcj) version 4.0.1 (4.0.1-5mdk for Mandriva Linux release 2006.0)
    It's useful for running several applications I have.
    I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,142
    Hell yeah, I do.
    I view a lot of webpages that use Java. I like to play an occasional online Java game too.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    Java rocks!

    I like it because it has own platform......so you dont have to compile twice

  6. #6
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    Yep. I have Sun's Java, which I needed for last semester's programming class, and GNU's Java, for those times when I want to compile machine code rather than byte code.
    Stand up and be counted as a Linux user!

  7. #7
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    To a certain extent with many other languages, the same principles applies. Interpreted languages can be run on multiple platforms if it doesn't have any OS specific code.

    Mono/.NET can be compiled once and run everywhere (everywhere .NET is supported that is) if I remember correctly. It gets tricky with winforms though and only part of .NET 2.0 is supported by Mono.

    To answer your question, yes, I do use Java.
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  8. #8
    Just Joined! tuxv's Avatar
    Join Date
    Jul 2006
    Location
    Colombo, Sri Lanka
    Posts
    92
    Of course I use Java, Java rocks.

    And now it's open source too.

  9. #9
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    Absotutely, couldn't run anything without it.
    Code:
    $ java -version
    java version "1.5.0_09"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03)
    Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode, sharing)
    It's imperative when you have jobs like TechieMoe and I have. By the way, if you're looking to start learning programming, I would start with either Java or Perl. They're two very different languages but, depending on the background, I think you could get a good grasp of programming languages from either one of them (one an interpreted language, the other a compiled language).

  10. #10
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    Quote Originally Posted by Thrillhouse
    Absotutely, couldn't run anything without it.
    Code:
    $ java -version
    java version "1.5.0_09"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03)
    Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode, sharing)
    It's imperative when you have jobs like TechieMoe and I have. By the way, if you're looking to start learning programming, I would start with either Java or Perl. They're two very different languages but, depending on the background, I think you could get a good grasp of programming languages from either one of them (one an interpreted language, the other a compiled language).
    I dont like scripting languages. I prefer C++ and QT4 API. Yesterday I took a look at Java tutorial. Its pretty easy, but I dont have time to learn it.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •