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

Thread: Please help am Begginner

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Please help am Begginner

    hello, i started to use use java last year and am tired of typing codes only.....now i need to go advanced i want to make an E post office system......Its just simple i need to know what I should learn to accomplish this........,

    secondly, i installed Linux mint and i want to start typing my java code to it what should i do,,,,,i need a begginer help am on terminal and i dont know what to do......thanx


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Please help am Begginner

    Go advanced? Is that a switch you flip like turbo mode, or what?

    What is an "E post office system?" Describe what you think that does.

    Have you installed the Java SDK on your Mint computer? There are beginner "How tos" for setting up a Java development environment on a Linux Mint computer. Try Googling. You may not find specific help here unless someone uses Mint. I do not.

    After you get the the SDK installed, decide which IDE or Programmer's Editor you want to use. Then do the HelloWorld tutorial to ensure your environment is set up correctly and ready for going into Advanced Mode.

    Come back when you need help.

  3. #3
    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: Please help am Begginner

    First off, please see the link in my signature on asking questions the smart way, especially the bits about using proper spelling and grammar. Many of our users do not speak English as a first language, so using SMS-style abbreviations is confusing and just plain lazy.

    Secondly, the tutorials are your best friend: "Hello World!" for Solaris OS and Linux (The Java™ Tutorials > Getting Started > The "Hello World!" Application)

    Finally, it sounds like you're biting off more than you can chew. Start small. Write some basic programs before trying to create whatever an E post office system is. Try a simple calculator application or a game of pong, and work your way up from there.
    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. I am new to Java and a begginner
    By rjohn1997 in forum Member Introductions
    Replies: 1
    Last Post: February 18th, 2012, 09:07 AM
  2. [SOLVED] (Total begginner) simple GUI program nt displayin
    By moneyman021 in forum What's Wrong With My Code?
    Replies: 11
    Last Post: January 10th, 2012, 06:26 PM
  3. Guessing Game begginner question
    By okupa in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 20th, 2010, 07:31 AM