Rajesh Kumar wrote:
| hi,
| what u r
You *are* aware, I hope, that writing like that makes you look illiterate and uneducated?
| saying is that if i compile the code in jdk1.3 with the
| -target as 1.1.1 it will work...
No. He's saying only that the class files will be compatible. Whether your code will *work* is another matter entirely. The odds are good that it won't, unless it uses *only* features which existed in 1.1.8.
| in my applet i am using java DnD to upload some files to the server.
| It has to work on windows also... Can u pls tell me how it can be
| ported to MAC os9..
It's not a question of "porting to OS 9". It's a question of "porting to Java 1.1.8". Make sure the code uses only the appropriate 1.1.8 classes. If those classes don't exist, you're pretty much out of luck. (The 1.1.8 JDK can be downloaded from the Sun web site [http://java.sun.com/products/archive/jdk/1.1.8_008/], if you don't have documentation already available.)
By the way: it's "Mac" (short for "Macintosh"), not "MAC" (short for "Media Access Controller").
Glen Fisher
_______________________________________________
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
This email sent to email@hidden