Java and Project Delivery: E&CE 250 Winter 2002
Java and Project Delivery: E&CE 250 Winter 2002
E&CE 250
Winter 2002
http://ece.uwaterloo.ca/~rrolon/java/tutorial.ppt
http://ece.uwaterloo.ca/~rrolon/java/tutorial.pdf
Java on Polaris
• We are using the Java 2 Version 1.3 SDK
java -version
• The tags start with an "at" sign (@) and are case-sensitive
(they must be typed with the lowercase letters as shown)
Main-Class: <MainJavaClass>
Don’t forget to end the Main-Class line with a carriage return, otherwise jar
will not recognize it.
jdb (java debugger)
http://java.sun.com/j2se/1.3/docs/tooldocs/win32/jdb.html
3. Set breakpoints:
stop in StringOperations.main
stop at StringOperations:15
• Project 4
– group submission, under groupID
[even if group of one student]
Project 1-3: Naming of .jar files
• Name the file as your numeric Student id
followed by pn where n is the project number.
(That is, just 12345678p1.jar)
• For example:
If your Polaris userid is “student1” then this will
upload the file as student1_12345678p1.jar
Project 4: Naming of .jar files
• Send email to ece250 with group membership by signup due
date (even if group of 1). You will get your GroupID by email.