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 4 of 4

Thread: Help with NetBeans plz

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with NetBeans plz

    Hello everyone, not even sure if this the right place to post this question. Completely new to Java, have had C++ but used bloodshed IDE, I believe it was.

    So I'm not getting something with this NetBeans. I can compile the program but get no where to enter user data. On the other c++ IDE when you compiled if user entry was required it run a cmd window. Am I doing something wrong with this? I think I might be but really need to be pointed in the right direction please........I have the coding done and it compiles just fine.

    It's a java course.....not IDE hah.....yea I know I still need to know how to run the program, but if anyone could give me a hand I would greatly appreciate it.

    John


  2. #2
    Member
    Join Date
    Dec 2011
    Posts
    50
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default Re: Help with NetBeans plz

    If your class has a main() method, you can run it by Shift + F6 in NetBeans.
    By the way, can you post your code here ? (and remember to format the code

  3. #3
    Junior Member
    Join Date
    Jan 2012
    Posts
    3
    My Mood
    Fine
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help with NetBeans plz

    If you're looking for the output window here it is
    Windows > Output > Output (CTRL+4)

  4. #4
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    94
    My Mood
    Amused
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default Re: Help with NetBeans plz

    If you really have a problem using Netbeans, try Eclipse.

Similar Threads

  1. static &netbeans
    By ardashir in forum What's Wrong With My Code?
    Replies: 7
    Last Post: January 11th, 2012, 06:43 AM
  2. NetBeans help please!
    By JuLiAnc in forum AWT / Java Swing
    Replies: 4
    Last Post: January 9th, 2012, 06:16 AM
  3. Netbeans 6.8
    By selmaky in forum Java IDEs
    Replies: 1
    Last Post: May 14th, 2011, 03:08 PM
  4. New to NetBeans
    By _lithium_ in forum Java IDEs
    Replies: 0
    Last Post: March 1st, 2011, 08:48 PM
  5. Netbeans help
    By [Kyle] in forum Java IDEs
    Replies: 2
    Last Post: September 20th, 2009, 06:32 PM