How to use a provided .class file
Hello,
I have searched the archives and so far found nothing that would help me with this (newbie) problem:
I am taking the first Java course at my university and with one of the first assignments we get a .class file with all the
constructors and methods and so on. The assignment is to write a program that will create objects and use the methods within
that file.
I can write the program but when I "build and go" the project with the appropriate .class file in the same "src"- directory as the
.java program all I get is a bunch of "cannot find symbol errors". To me it appears as if the .class file cannot be found? There
should certainly not be any errors with the .class file.
I guess my question is: How can I use the .class-file with the program I am working on?
Thanks in advance,
Michael

