![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I tried to implement an interface that I was given, but I continue to get the same error on the compile. I'm somewhat new to Java, but not programming. Can anybody explain what I need to do to fix this? Interfaces: package test; Implementation: package works; I have tried including different methods into this class, but nothing works. Here is the message that the compile gives me: D:\jclasses\works>javac -classpath d:\jclasses -d d:\jclasses MappedRecord.java Thanks for any help. Replies:
|
Sponsored Links
|