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

Thread: Help getting started

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

    Default Help getting started

    I really want to learn java bad. My first problem is that every time i download from oracle i cant get the program running and the its a big mess switching this and that and still getting nowhere. I have felt like it would be a great accomplishment just to get the thing running. Im not that bad with computers but this is like wtf! I am asking that someone help me get a java program that would be suitable for a rookie. If i can get help with this I would really appreciate it.Thanks anyone!


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help getting started

    i cant get the program running
    Can you explain what happens? If you are using a command prompt window, copy its contents here.

    To copy the contents of the command prompt window:
    Click on Icon in upper left corner
    Select Edit
    Select 'Select All' - The selection will show
    Click in upper left again
    Select Edit and click 'Copy'

    Paste here.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help getting started

    when i download the oracle software i cant even get the program to come up/open

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help getting started

    What is the filename of the file that you downloaded from the oracle site?
    What OS are you using on your PC?

    Can you open a command prompt window, change to the folder with the file that was downloaded and type in the name of the file and press Enter.
    Copy the console window's contents and paste here.
    On windows To copy the contents of the command prompt window:
    Click on Icon in upper left corner
    Select Edit
    Select 'Select All' - The selection will show
    Click in upper left again
    Select Edit and click 'Copy'

    Paste here.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Junior Member
    Join Date
    Dec 2012
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help getting started

    i have windows 7

    --- Update ---

    how do i download java

  6. #6
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help getting started

    how do i download java
    Go to the Oracle website and follow the directions for downloading one of the JDKs.
    Most people get the SE version.

    when i download the oracle software
    What was the filename of the file you downloaded? How big was the file?
    If you don't understand my answer, don't ignore it, ask a question.

  7. #7
    Junior Member
    Join Date
    Dec 2012
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help getting started

    java jre 7

  8. #8
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help getting started

    What is "java jre 7"?
    If you don't understand my answer, don't ignore it, ask a question.

  9. #9
    Junior Member
    Join Date
    Dec 2012
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help getting started

    do i download for windows x86 or windows x64

  10. #10
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help getting started

    The one that matches the kind of computer insides that you have. x86 is for 32 bit, x64 for 64 bit
    If you don't understand my answer, don't ignore it, ask a question.

  11. #11
    Junior Member
    Join Date
    Dec 2012
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help getting started

    it is now downloaded so what do i do now?

  12. #12
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help getting started

    What file is on your PC? How big is it?
    If you don't understand my answer, don't ignore it, ask a question.

  13. #13
    Junior Member
    Join Date
    Dec 2012
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help getting started

    i can only find a folder named java with multiple files in it the name is jdk1.7.0_10 and the largest file inside the folder is 20,176 kb

  14. #14
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help getting started

    You are not answering my questions which makes it hard to offer you advice.
    I assume
    you have downloaded a file named:jdk-7-windows-i586.exe with size= 81,392KB
    you executed that file and it installed java on your PC.

    If those are true, then in the installed folders there should be a bin folder that contains some exe files like: javac.exe and java.exe.

    What happens if you open a command prompt window and enter:
    java.exe -version
    If you don't understand my answer, don't ignore it, ask a question.

  15. #15
    Junior Member
    Join Date
    Dec 2012
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help getting started

    it tells me
    java version "1.7.0_10"
    Java<TM> SE Runtime Environment <build 1.7.0_10-b18>
    Java HotSpot<TM> 64-Bit Server VM<build 23.6-b04, mixed mode>

    I am really sorry about how my responses are worded or the info that is given isn't exactly what you want. I am trying to answer your questions best i can. I know you have alot more of an understanding of computers than i do.

  16. #16
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help getting started

    That response looks like you have a working version of the java program installed.
    If you don't understand my answer, don't ignore it, ask a question.

  17. The Following User Says Thank You to Norm For This Useful Post:

    gettnstarted (January 1st, 2013)

  18. #17
    Junior Member
    Join Date
    Dec 2012
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help getting started

    Cool. But how do i run it or open/get it started

  19. #18
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help getting started

    how do i run it or open/get it started
    Can you explain what "it" is?
    You just executed the java program which showed that it is installed on your PC.
    What java programs do you have that you want to run?

    Take a look at the tutorial:
    http://docs.oracle.com/javase/tutori...ava/index.html
    If you don't understand my answer, don't ignore it, ask a question.

  20. #19
    Junior Member
    Join Date
    Dec 2012
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help getting started

    I guess this is where i am kinda confused about what it is that i downloaded.. I want to learn basic programming in java. I thought that was the kinda program i was downloading. Maybe i have that wrong?? But i just want to learn to write programs.

  21. #20
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help getting started

    Did you read the tutorial I posted a link to?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Help me get started
    By blockme2011 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: September 16th, 2012, 06:28 AM
  2. Can anyone help get me started?
    By linkazoid in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 14th, 2012, 04:02 PM
  3. Getting Started
    By Visual3volution in forum Java Theory & Questions
    Replies: 1
    Last Post: August 15th, 2011, 05:49 PM
  4. help to get started
    By novice_in_java in forum Member Introductions
    Replies: 5
    Last Post: March 10th, 2011, 05:15 AM
  5. Just getting started!
    By frogfury in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 18th, 2010, 11:05 AM