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 ClassNotFound:Vector? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "ClassNotFound:Vector?" Watch "ClassNotFound:Vector?" New topic
Author

ClassNotFound:Vector?

Matt DeLacey
Ranch Hand

Joined: Oct 12, 2000
Posts: 318
I just wrote an applet...the only thing I used from java.util package (that's obvious) is Vector class. But when I run it
over the web I get a ClassNotFoundException: java.util.AbstractList. I know Vector implements AbstractList.
My patha nd classpath are a kosher...what's going on???
With Respect,
Matt
Rahul Rathore
Ranch Hand

Joined: Sep 30, 2000
Posts: 324
Which jdk does your browser jvm support? AbstractList was introduced in Java 2 (or 1.2). It was not there in jdk1.1 or earlier.

Matt DeLacey
Ranch Hand

Joined: Oct 12, 2000
Posts: 318
Does that mean you have to have the plugin. I'm using the latest (or nearly so) IE and Netscape.
Thanks for your help.
Matt
 
IntelliJ Java IDE
 
subject: ClassNotFound:Vector?
 
Threads others viewed
About gc
cloning array of vectors
can you have an array of vectors
Problem!
Vectors
developer file tools