test.java:25: error: cannot find symbol
public Launcher launcher;
Is there a way to bypass this since i have the other .class files already done?
Edit: I may have had that wrong, is there a way to bypass "Error: Cannot Find Symbol Class 'namehere'" ? i have 8 symbol classes that are not "findable" My other class files have the names said in each one.
Edit2: Fixed it by setting the -cp to the other .jar that had the previously compiled class files.

