| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I hope I haven't missed anything about this thread, but if you're talking about something like this...
[Galileo:~/Documents/src/test] sas% cat test.java
import java.util.Date;
class test {
public static void main( java.lang.String[] args ) {
System.out.println( new Date() );
}
}
[Galileo:~/Documents/src/test] sas% javac test.java
[Galileo:~/Documents/src/test] sas% java test
Sat May 05 23:05:11 CEST 2001
... you should be fine.
| References: | |
| >Re: Java Programs (From: "Sven A. Schmidt" <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.