Difference between revisions of "Eclipse Tips"

From CSE231 Wiki
Jump to navigation Jump to search
Line 29: Line 29:
 
==JavaFX Setup==
 
==JavaFX Setup==
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/setup/JavaFX.html e(fx)clipse Setup]
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/setup/JavaFX.html e(fx)clipse Setup]
 +
 +
==Presentation==
 +
[[Hierarchical Package Presentation]]

Revision as of 06:41, 8 November 2017

Eclipse is a very powerful IDE for Java development. You can download it from eclipse.org/downloads. This page will contain tips for using Eclipse more efficiently in this class.

Refresh

Sometimes after you pull from git you will find that your project needs to be refreshed. The following steps are a bit heavy handed, but often will get your project back up and working again.

Select your project in the package explorer:

  1. "F5" to refresh
  2. "Alt-F5" to refresh Maven
  3. "Project" -> "Clean..." from the menu bar.

Note in order to invoke the function keys on some laptops you need to press the Function modifier key.

Content Assist

Git

JDK Setup

JDK Setup

JavaFX Setup

e(fx)clipse Setup

Presentation

Hierarchical Package Presentation