CSC 216/s08/wholesome discipline: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
(Summary of intentions)
Line 1: Line 1:
===Formatting Resources===
==A Primer on Eclipse==
[http://meta.wikimedia.org/wiki/Help:Wikitext_examples Formatting Help Guide from MetaWiki]


==Place Title of Exercise Here==
Eclipse is a massively powerful tool for writing code, designed by and for power users. What this means is that the guts of operation are very open, and easy, one-click functionality is rare.


Give the title of your exercise, which may include the name of the topic you are covering, or some other catchy title.
One of the consequences of this is the string of configuration screens to be navigated the first time a user boots up a fresh install of Eclipse. Asking tough and difficult questions, such as where the user's JDK ("My what?") is. To help correct this, we are making a video detailing some of the more arcane aspects of using Eclipse.  


===The problem===
Not only will we be offering tips to help streamline installation and the initial configuration, but we will also show how to install a common plug-in, an extension of Eclipse built for that same power-using crowd.
 
Describe what you are attempting to teach students by this exercise.
 
===Participants and props===
 
How many students will participate?  What else do you need (e.g., old tennis ball, Powerpoint slides, software).
 
===The script===
 
Describe how to do your exercise.

Revision as of 18:22, 15 April 2008

A Primer on Eclipse

Eclipse is a massively powerful tool for writing code, designed by and for power users. What this means is that the guts of operation are very open, and easy, one-click functionality is rare.

One of the consequences of this is the string of configuration screens to be navigated the first time a user boots up a fresh install of Eclipse. Asking tough and difficult questions, such as where the user's JDK ("My what?") is. To help correct this, we are making a video detailing some of the more arcane aspects of using Eclipse.

Not only will we be offering tips to help streamline installation and the initial configuration, but we will also show how to install a common plug-in, an extension of Eclipse built for that same power-using crowd.