CIS 210/211/212 Introduction to Computer Science
Resources
[
Student Organizations |
Computer Help |
PC Tools |
Java Resources
]
CIS Student Organizations
Microcomputer Help Via E-mail
- microhelp@oregon
- Stumped by a microcomputing problem (not homework)?
The Computing Center's Microcomputer Consulting and Services has established
the above e-mail address to serve you. Describe your problem in as much detail
as possible, and a consultant will respond within one working day.
If you have further questions, stop by the Microcomputer Consulting office
(151 McKenzie Hall), or call them at 6-4412. The office is open M-F 9-5 p.m.
PC (Windows) Tools
-
If you are setting up your own PC to code Java programs, you need
to first install the Java 2 SDK (Software Developer's Kit). The most
current version is labeled JDK 6.5.0.
You can download the latest
and greatest version directly from
Sun.
Choose the Windows JDK 6 version - you can choose to do an online or
offline installation.
-
TextPad is a shareware editor for Windows that makes it easy to edit,
compile, and run Java in the lab. It can be found on the Duckware CDROM
along with the University site license. You can also download it directly from
Textpad.
Make sure you have Java installed before installing TextPad so that the
Java compile and execute choices on the tools menu will be enabled.
-
If you prefer a Unix like environment on a PC,
the Cygwin Project is a Unix/Linux
like environment for Windows. It is free and can be downloaded from the Cygwin
web site. The environment includes shells (like bash), editors, and most
of the Unix/Linux command line utilities.
Mac Tools
MacOS X has very good Java support; see
http://developer.apple.com/java. The JBuilder environment has a good reputation,
but you don't need it for this class. Codewarrior is a good commercial development
environment with good student discounts (you can find it in the UO Bookstore),
but you may be better off for now using just the basic, free tools.
Mac OS 9 and lower have terrible Java support. You will not be able
to use Mac OS 9 or lower to do your assignments, because the Java SDK provided
by Apple is an implementation of Java 1.1.8 ("Java 1"), while we will
be using Java 2.
Java Resources on the Web
- java.sun.com
- Sun's official site for Java.
- Cafe Au Lait
- "The preeminent independent source of Java information on the net." Book
reviews, course notes, a newsletter, etc.
- Java Developer's
Resources
- FAQs, tutorials, etc., from the editor of Cafe Au Lait.
- Java Book Reviews
- Very useful reviews of current Java books, by the editor of Cafe Au Lait.
- Presenting
Java Information Sources
- Java author John December's resources.
- Online
Java Tutorial
- Some beginning material in hyptertext-book form.
Java API Docs, FAQs, Newsgroups, User Groups, Etc.
Java Periodicals Online
- SunWorld Online
- JavaWorld
- Java Developer's Journal
(JDJ) Daily
Last updated 2007/09/28 10:53:12