Code:
import java.security.PublicKey;
public class gastonJavaClass {
public static void main(String[] args) {
System.out.println("hols");
}
}
Lowercase P's, and please learn Java standards.. lowercase first letter and then Capital for the next word's first letter.

Originally Posted by
Shuttleu
Code:
import java.security.PublicKey;
public class gastonJavaClass {
public int main (String [] args) {
System.out.prinln("hols");
}
}
where it says void,change it to int
~shut
It's "public static void main(String[] args)", not int.