Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. which Java IDE to install: Eclipse or Oracle Jdeveloper?

which Java IDE to install: Eclipse or Oracle Jdeveloper?

Scheduled Pinned Locked Moved The Lounge
javaoraclevisual-studioquestion
10 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Southmountain
    wrote on last edited by
    #1

    I have an interpreter program written in Java and need to try it out. Which Java IDE shall I install? try to find an easier one to get hands-on quickly. Thanks for your recommendations!

    diligent hands rule....

    L R M 4 Replies Last reply
    0
    • S Southmountain

      I have an interpreter program written in Java and need to try it out. Which Java IDE shall I install? try to find an easier one to get hands-on quickly. Thanks for your recommendations!

      diligent hands rule....

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You do not need an IDE to run a Java program, you just use the java command to run it; I assume you have the basic Jave runtime installed. If you actually want to use a debugger and change the source then you need to install the Java Development Kit from Overview of JDK Installation[^]. As to IDEs, you have the choice of Eclipse Downloads | The Eclipse Foundation[^], Welcome to Apache NetBeans[^] or Java in Visual Studio Code[^]. But you will need to decide for yourself which best suits your needs.

      S 1 Reply Last reply
      0
      • S Southmountain

        I have an interpreter program written in Java and need to try it out. Which Java IDE shall I install? try to find an easier one to get hands-on quickly. Thanks for your recommendations!

        diligent hands rule....

        R Offline
        R Offline
        raddevus
        wrote on last edited by
        #3

        I had to take over a Legacy Java service at work and it was originally created using Eclipse (bloatware). I immediately installed VS Code on my dev 2022 server & pulled the code in. Ah...freedom!! There is a plugin (that Visual Studio Code[^]) will offer to install which will allow you to run a Java debugger. Couldn't be easier. And it's all FREE! Good luck.

        S 1 Reply Last reply
        0
        • S Southmountain

          I have an interpreter program written in Java and need to try it out. Which Java IDE shall I install? try to find an easier one to get hands-on quickly. Thanks for your recommendations!

          diligent hands rule....

          M Offline
          M Offline
          MarkTJohnson
          wrote on last edited by
          #4

          We are a Java shop and we are pretty much evenly split between VS Code and IntelliJ. Personally, I like VS Code better. I did used to use Eclipse. The one thing that Eclipse did better was if I was looking for some text I could search across all the repositories in one place.

          I’ve given up trying to be calm. However, I am open to feeling slightly less agitated.

          N 1 Reply Last reply
          0
          • S Southmountain

            I have an interpreter program written in Java and need to try it out. Which Java IDE shall I install? try to find an easier one to get hands-on quickly. Thanks for your recommendations!

            diligent hands rule....

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            I'd probably install both the first time around. See what's what.

            "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

            1 Reply Last reply
            0
            • R raddevus

              I had to take over a Legacy Java service at work and it was originally created using Eclipse (bloatware). I immediately installed VS Code on my dev 2022 server & pulled the code in. Ah...freedom!! There is a plugin (that Visual Studio Code[^]) will offer to install which will allow you to run a Java debugger. Couldn't be easier. And it's all FREE! Good luck.

              S Offline
              S Offline
              Southmountain
              wrote on last edited by
              #6

              this is great. I will use this IDE:rose:

              diligent hands rule....

              R 1 Reply Last reply
              0
              • M MarkTJohnson

                We are a Java shop and we are pretty much evenly split between VS Code and IntelliJ. Personally, I like VS Code better. I did used to use Eclipse. The one thing that Eclipse did better was if I was looking for some text I could search across all the repositories in one place.

                I’ve given up trying to be calm. However, I am open to feeling slightly less agitated.

                N Offline
                N Offline
                Nelek
                wrote on last edited by
                #7

                Textpad++ and other editors can do it from the context menu of the windows explorer too.

                M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                1 Reply Last reply
                0
                • S Southmountain

                  this is great. I will use this IDE:rose:

                  diligent hands rule....

                  R Offline
                  R Offline
                  raddevus
                  wrote on last edited by
                  #8

                  Glad it is going to work for you. VS Code is quite amazing. Easy to use, great functionality & lightweight. :thumbsup:

                  S 1 Reply Last reply
                  0
                  • L Lost User

                    You do not need an IDE to run a Java program, you just use the java command to run it; I assume you have the basic Jave runtime installed. If you actually want to use a debugger and change the source then you need to install the Java Development Kit from Overview of JDK Installation[^]. As to IDEs, you have the choice of Eclipse Downloads | The Eclipse Foundation[^], Welcome to Apache NetBeans[^] or Java in Visual Studio Code[^]. But you will need to decide for yourself which best suits your needs.

                    S Offline
                    S Offline
                    Southmountain
                    wrote on last edited by
                    #9

                    thanks for your great links!:rose:

                    diligent hands rule....

                    1 Reply Last reply
                    0
                    • R raddevus

                      Glad it is going to work for you. VS Code is quite amazing. Easy to use, great functionality & lightweight. :thumbsup:

                      S Offline
                      S Offline
                      Southmountain
                      wrote on last edited by
                      #10

                      I installed and play around with it. so far so good.

                      diligent hands rule....

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups