File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Applets and the fly likes jdk1.1.6 v1.2.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "jdk1.1.6 v1.2.1" Watch "jdk1.1.6 v1.2.1" New topic
Author

jdk1.1.6 v1.2.1

Simon Xu
Ranch Hand

Joined: Aug 16, 2000
Posts: 235
hi, I wrote some applet in jdk 1.1.6. It worked fine. Now I want ot recompile it under jdk 1.2. It gave me a lot of errors.
such as class<ambigious>List not found in java.awt.event....?
Pleas help.
Simon Xu
Ranch Hand

Joined: Aug 16, 2000
Posts: 235
Does it mean that there are two List classes or not at all in jdk1.2.1?
Please help,
Simon Xu
Ranch Hand

Joined: Aug 16, 2000
Posts: 235
I figured out it. There is also List class in java.util package, besides java.awt.
 
 
subject: jdk1.1.6 v1.2.1
 
Threads others viewed
mock exam Q compile time constants
How to make the the @see linkable in the javadoc
Help - new to Java and can't get my compiler to work
Installing J2EE or J2SE JDK?
Head First Java 2nd Ed. Correction?...
IntelliJ Java IDE