Eclipse Java Application Primer Tutorial

Eclipse Java Application Primer Tutorial

Eclipse Java Application Primer Tutorial

Eclipse IDE is a great IDE for developing Android Apps via Java as we discussed in Android Application (on Windows) Primer Tutorial, but it is also great at creating a Java Applet or a Java Application, as we do here with this tutorial for a simple console application of the game Tic Tac Toe (or is that Noughts and Crosses(?)) and this time around we are going to use the Mac OS X Eclipse (because we don’t want to hide our eclipse behind a bushel!?), but please be aware Eclipse also works well on Windows for similar purposes. Will show you some information from Wikipedia about Eclipse below.

In computer programming, Eclipse is a multi-language Integrated development environment (IDE) comprising a base workspace and an extensible plug-in system for customizing the environment. It is written mostly in Java. It can be used to develop applications in Java and, by means of various plug-ins, other programming languages including Ada, C, C++, COBOL, Fortran, Haskell, JavaScript, Perl, PHP, Python, R, Ruby (including Ruby on Rails framework), Scala, Clojure, Groovy, Scheme, and Erlang. It can also be used to develop packages for the software Mathematica. Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C/C++ and Eclipse PDT for PHP, among others.

The initial codebase originated from IBM VisualAge.[2] The Eclipse software development kit (SDK), which includes the Java development tools, is meant for Java developers. Users can extend its abilities by installing plug-ins written for the Eclipse Platform, such as development toolkits for other programming languages, and can write and contribute their own plug-in modules.

Released under the terms of the Eclipse Public License, Eclipse SDK is free and open source software (although it is incompatible with the GNU General Public License[3]). It was one of the first IDEs to run under GNU Classpath and it runs without problems under IcedTea.
Contents

This tutorial is a primer tutorial for a Java Application of the game Tic Tac Toe.

Download and rename to TicTacToe.java as you see fit, for programming purposes.

Can you play it as fast as here in this outstanding movie?

If this was interesting you may be interested in this too.

This entry was posted in Eclipse, eLearning, Tutorials and tagged , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>