Skip to content

These are a collection of early graphics and game demos I built using Java SE in Eclipse.

Notifications You must be signed in to change notification settings

lschmid83/Java-SE-Prototypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java SE Prototypes

These are a collection of early graphics and game demos I built using Java SE in Eclipse.

  • CarSimulator
  • Connect4
  • Maze
  • RandomLetters
  • Shapes
  • SpidersWeb

Here are some example screenshots of the prototype demos running:

Download the required software here:

Java SE Development Kit 8

Eclipse Juno ADT Bundle

Here are the instructions to install the Java SDK and setup Eclipse:

  1. Run the jdk-7u80-windows-x64.exe file to install the SDK
  2. Extract the adt-bundle-windows-x86_64-20140702.zip to C:\Program Files\Eclipse

To import the projects in Eclipse follow these instructions:

  1. Open Eclipse
  2. Select File -> Import...
  3. Choose the import source -> General -> Existing Projects into Workspace
  4. Select the directory of the project you want to open in the source code folder
  5. Select Finish

You should now be able to choose the project in the Package Explorer and select Run to start the application.

Note

The Connect4, RandomLetters and SpidersWeb projects should be run as Java Applets.