07-09-2012, 08:53 PM
Hello Vijayraj34!
First of all, welcome to the forums! A little tip for you: whenever putting code into a forum post, please enclose it with the code tags "" - I have already edited your post to be as such.
I have never encountered this problem while using eclipse. The only suggestion that I have is that you right click on the project and "Run As>Java Application", as such:
I suggest that you read this article to get familiarized with the basics of Eclipse: <!-- m --><a class="postlink" href="http://www.vogella.com/articles/Eclipse/article.html">http://www.vogella.com/articles/Eclipse/article.html</a><!-- m -->
Also, in the code you submitted, System.output.println should be changed to System.out.println
First of all, welcome to the forums! A little tip for you: whenever putting code into a forum post, please enclose it with the code tags "
Code:
" and "
I have never encountered this problem while using eclipse. The only suggestion that I have is that you right click on the project and "Run As>Java Application", as such:
I suggest that you read this article to get familiarized with the basics of Eclipse: <!-- m --><a class="postlink" href="http://www.vogella.com/articles/Eclipse/article.html">http://www.vogella.com/articles/Eclipse/article.html</a><!-- m -->
Also, in the code you submitted, System.output.println should be changed to System.out.println