Skip to content

Eclipse Instructions

aschearer edited this page Sep 13, 2010 · 2 revisions

This section assumes you have Eclipse and are familiar with the environment and that you have Shade currently living somewhere on your hard drive. It also is assumed that you do not have Slick as a separate project. Please see the Slick Instructions if you wish to have Slick checked out as a second project (encouraged for developers).

  1. Run ant setup at the command line
  2. Import the project into Eclipse
  3. Right-click the Shade project > “Build Path” > “Configure Build Path…”
  4. Select the “Libraries” tab
  5. Expand lwjgl.jar, select “Native library location”, select Edit
  6. Select Workspace then navigate to lib/natives/
  7. Click “Ok” then “Ok” then “OK”

Done!. Next, try to run Shade.

  1. Right click com.shade.Shade > “Run as…” > “Run as Java Application”

If you plan on editing and submitting changes for Shade then please take a moment to perform one last change.

  1. Open up Eclipse preferences
  2. Expand “Java” and select “Compiler”
  3. Change the “Compiler compliance level” to 5.0