Your main is not a pacakge.
Try importing the package instead.

import directory/pck1.*;


And that is not how you define a main. Should be:


public static void main(String Args[]) extends...