Hi,
I have a program that has a package that is imported in a class called Control.All the files are compiling correctly apart from when I try to import a package.
I am importing the package by
package carpkg;
and in my main there is
GUI gui = new GUI
but when I try to compile i get the error:
Bad class file: .\carpkg\GUI.class
class file contains wrong class: GUI
Does anyone have any idea how I might fix this?