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.
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.
When I close my eclipse, then this message is shown.
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.
I can't read the text in your screenshot. Can you copy the text and post it directly?
imgur: the simple image sharer
Here it is
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?
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
At a console type the command:
java -d64 -version
and report the results.
Yes,it 64 bit ...