How to compile java 2 class ?
Hello,
I'm trying to compile FruitMap.java, which code is :
public class FruitMap extends java.util.HashMap{
}
...thanks to :javac FruitMap.java
...and i can't succed in that.
Is this code suffisant ?!
Here's what i obtain from Internet Explorer:
"Class java.util.HashMap not found in cast."
HashMap is a Java 2 class. What does it mean ?
100 thanks if you can help me.tols@libertysurf.fr

