Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Java Programming

  • 15-01-2006 12:00AM
    #1
    Closed Accounts Posts: 445 ✭✭


    I have resolved to learn Java properly. I did a bit in colege but I was useless at it and never took it seriously but now, Im going to nail it!!!!

    Anyways, what I want to know is where can I download a program to run my java code??? Like in college, I remeber we used textpad and clicked on "Run Java Applet" to run the code, something like that???

    Very Very sorry for such a basic question to all ye experienced programmers:D


Comments

  • Registered Users, Registered Users 2 Posts: 584 ✭✭✭bambam


    best, thing to do is start using a nice IDE ('program to run my java code' as you call it). I'd recommend trying eclipse : www.eclipse.org
    It's a tool that is used a lot by industry.
    oh, and don't forget to down the SUN Java Runtime Environment (JRE) http://java.sun.com/j2se/1.5.0/download.jsp
    (there is a another version called the Java Development Kit (SDK), but with Eclipse, you only need the JRE version to compile code).


Advertisement