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

Thread: CAN anyone tell me where is the problem ??

  1. #1
    Junior Member
    Join Date
    Sep 2014
    Posts
    9
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default CAN anyone tell me where is the problem ??



  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: CAN anyone tell me where is the problem ??

    One problem is there is an image but nothing else.
    Why do you think there is a problem?

    Please copy any code and paste it here.
    Be sure to wrap the code in code tags.

    Also if there are error messages, copy the full text and paste it here.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Sep 2014
    Posts
    9
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: CAN anyone tell me where is the problem ??

    When I close my eclipse, then this message is shown.

  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: CAN anyone tell me where is the problem ??

    Ok, that sounds like a problem with your IDE, not with a java program.

    Moved to IDE section.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    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: CAN anyone tell me where is the problem ??

    I can't read the text in your screenshot. Can you copy the text and post it directly?

  6. #6
    Junior Member
    Join Date
    Sep 2014
    Posts
    9
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: CAN anyone tell me where is the problem ??


  7. #7
    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: CAN anyone tell me where is the problem ??

    It looks like the versions of Eclipse and Java you are using were not built for the same processor architecture. Are Eclipse and Java BOTH 32-bit or BOTH 64-bit?

  8. #8
    Junior Member
    Join Date
    Sep 2014
    Posts
    9
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: CAN anyone tell me where is the problem ??

    Eclipse is 64 bit and can't remember java both system..when i click about of my java then it show this imgur: the simple image sharer

  9. #9
    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: CAN anyone tell me where is the problem ??

    At a console type the command:

    java -d64 -version

    and report the results.

  10. #10
    Junior Member
    Join Date
    Sep 2014
    Posts
    9
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: CAN anyone tell me where is the problem ??

    Yes,it 64 bit ...

Similar Threads

  1. Catch block problem. Please fix my problem.
    By damnitsme in forum What's Wrong With My Code?
    Replies: 3
    Last Post: February 3rd, 2014, 01:49 AM
  2. Problem with Project Euler problem 18
    By sara_magdy in forum What's Wrong With My Code?
    Replies: 2
    Last Post: July 19th, 2013, 12:46 PM
  3. Replies: 3
    Last Post: January 5th, 2012, 01:44 AM
  4. [SOLVED] [Problem] imports javax.swing problem
    By Brollie in forum AWT / Java Swing
    Replies: 8
    Last Post: July 5th, 2009, 07:59 AM
  5. Java program for 2-D Array Maze
    By Peetah05 in forum Collections and Generics
    Replies: 11
    Last Post: May 8th, 2009, 04:30 AM