Originally posted 9 months ago on February 5, 2004:
You can experiment with J2SE 1.5's generics, enums, autoboxing, new
loop structure and static Math import on Mac OS X by installing Sun's
early access package.
Some tips on Mac OS X installation
----------------------------------
6. Make a copy of, then hack, the "javac" and "java" shell scripts that
Sun provides to make them look something like the following. (I
renamed mine "tigerc" and "tiger".)
then copy them into a directory pointed to by your shell's path
variable, something like /usr/bin or /usr/local/bin:
sudo cp tigerc /usr/bin/
sudo cp tiger /usr/bin/
8. Compile and run your Java 1.5 programs:
tigerc Test.java
tiger Test
Have fun!
Craig
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden