Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

What is the best free Java program i can use to program Java?

I have Eclipse, but its being a real pain in the neck. So im looking for a new Java program. Anyone got any suggestions? I already have BlueJ, jEdit, and NetBeans, but they don't work, well except for Netbeans. It runs and works fine, until i want to compile it, but it wont let me.

7 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    BlueJ, jEdit and Netbeans won't compile because they don't install a Java compiler. You have to install a Java Software Development kit (SDK).

    So to sum up, you install BlueJ or jEdit or Netbeans AND THEN install the Java SDK.

  • Linda
    Lv 4
    5 years ago

    Look for a Java SDK. You may have a better chance using a Linux based compiler than a Windows version though. (I recommend it actually) There are free ones, but you need to find them.

  • 1 decade ago

    If you are just trying to compile then make sure you have a JDK (java development kit) installed and use command prompt (Start>Run>cmd).

    Example: At command prompt type

    javac MyJavaProgram.java

    if no errors then type:

    java MyJavaProgram

    to run the generated class file

    Source(s): experience
  • 1 decade ago

    eclipse is the best IDE available today for java/j2ee and is being used in many live projects. give some time and you will get acquainted with it. Google some good tutorials for eclipse starters.

  • How do you think about the answers? You can sign in to vote the answer.
  • 1 decade ago

    I use bluej and it works well in Windows 7. You need to make sure you have the correct JRE and JDK too.

  • Anonymous
    7 years ago

    Eclipse is a great IDE.

    http://www.eclipse.org/

  • 1 decade ago

    I use JCreator and have no problems with it. You can just download it online at http://www.jcreator.com/

Still have questions? Get your answers by asking now.