Dear all:
How in a java program, how do I tell java, where on my computer, another class is stored?
I am using Note Pad and the run command.
I am not sure how to reference a class in my code, I need to know the format, that is all.
import java.util.Scanner;
import java.lang.Math;
POOR EXAMPLE OF WHAT I WANT TO DO
import java.class.NotSureWhatIAmDoing C/Users/BackWaterFile/SepticTankFillingSchedule/etc.
public static void main(String[] args)
{
NotSureWhatIAmDoing.RunScreaming() //Calling of pretend method from the class I have called.
}
Thanks in advance.
Space Monkey