robbieduncan said:Good. Maybe this will stop some of the bitching on /.![]()
jcgerm said:It is kind of annoying that they had to wait till Tiger's release to release Java 5.0 on Mac. My roommate has had to use VPC to write code for projects in Java for most of the semester just to use it. I wonder why they waited and only released it for Tiger.
Yeah, RIT teaches Java 5 (which is really 1.5.0,kingjr3 said:They are already teaching Java 5 in college?
I would have figured annotations,generics,varargs to be a bit high level for a college course. Enumerations and Formatted I/O are just eye candy.
That's it. Check java -version and javac -version.sudo ln -sf /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0 /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK
will:~ will$ java -version
java version "1.5.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-56)
Java HotSpot(TM) Client VM (build 1.5.0_02-36, mixed mode, sharing)
will:~ will$ javac -version
javac 1.5.0_02
javac complaining about no input source blah blah...
kingjr3 said:They are already teaching Java 5 in college?
I would have figured annotations,generics,varargs to be a bit high level for a college course. Enumerations and Formatted I/O are just eye candy.
jcgerm said:Well, they've been teaching varargs in C and templates in C++ for a while,. Generics and varargs aren't too much different.