Difference between revisions of "Eclipse Tips"

From CSE231 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
Eclipse is a very powerful IDE for Java development. You can download it from [https://eclipse.org/downloads/ eclipse.org/downloads]. This page will contain tips for using Eclipse more efficiently in this class.
 
Eclipse is a very powerful IDE for Java development. You can download it from [https://eclipse.org/downloads/ eclipse.org/downloads]. This page will contain tips for using Eclipse more efficiently in this class.
  
==refresh==
+
==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.
 
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.
  
Line 12: Line 12:
 
Note in order to invoke the function keys on some laptops you need to press the Function modifier key.
 
Note in order to invoke the function keys on some laptops you need to press the Function modifier key.
  
==content assist==
+
==Content Assist==
  
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/tips/content_assist/ content assist]
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/tips/content_assist/ content assist]
Line 20: Line 20:
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/tips/lambda_template/ lambda]
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/tips/lambda_template/ lambda]
  
==git==
+
==Git==
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/tips/eclipse_git/git_menu.html git menu]
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/tips/eclipse_git/git_menu.html git menu]
  
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/tips/eclipse_git/enable_git_action_set.html enable git action set]
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/tips/eclipse_git/enable_git_action_set.html enable git action set]
  
==JDK setup==
+
==JDK Setup==
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/tips/jdk/ JDK Setup]
 
[http://www.cse.wustl.edu/~cosgroved/courses/cse231/s17/tips/jdk/ JDK Setup]

Revision as of 20:55, 27 June 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

content assist

Habanero

lambda

Git

git menu

enable git action set

JDK Setup

JDK Setup