Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: A true beginner needs help

  1. #1
    Junior Member
    Join Date
    May 2012
    Location
    Pompano Beach, FL
    Posts
    1
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default A true beginner needs help

    Hi,

    I have spent the last 5 years next to a programmer so I did not have to know anything, everything came on a silver platter straight to my computer.
    Now that the Ex is gone, to maintain my business and my website I need to learn the basics of programming. I learned how to make a website in Dreamweaver but do not know anything about programming, languages or anything.

    So I started to watch youtube videos, and downloaded NetBeans to practise what they say. I found a really great video serious on Educator.com, but already at the second code, when you want to add 2 numbers, to get the sum of them, I have difficulties.
    I entered everything exactly and correctly from the video to NetBeans and there are errors. Do you use Netbeans? If not what do you use?

    I am kinda smiling because its been a long time I have done something I do not know anything about and being a true beginner.

    I appreciate any help!

    Sofia


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: A true beginner needs help

    Start from the basic tutorials. I'd recommend using a basic text editor and compiling from the command prompt instead of trying to use an IDE like netbeans.

    For web stuff, try w3schools: W3Schools Online Web Tutorials
    For Java, try the Java tutorials: The Java™ Tutorials

    If you have a specific question, post an SSCCE in a more specific forum (not the Member Introductions forum). Good luck.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. My while (true) loop method only seems to run once!
    By ajfonty in forum Object Oriented Programming
    Replies: 2
    Last Post: May 18th, 2012, 07:46 PM
  2. while(true){ section of code runs only once}
    By jack_nutt in forum Java Theory & Questions
    Replies: 5
    Last Post: June 19th, 2011, 06:15 PM
  3. Reading XML, isEndElement is never true
    By Angela in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 12th, 2010, 12:36 PM
  4. would this expression be true or false??
    By robertsbd in forum Java Theory & Questions
    Replies: 1
    Last Post: October 24th, 2010, 10:00 PM
  5. Does this still hold true?
    By April in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: February 2nd, 2010, 09:28 AM