package com.test01;
public class test01 {
public static void main(String[] args)
{
System.out.println("hi");
}
}
I think the java application launcher is very stupid.
I have point out the test01.class position:
java -cp . test01(.class)
but this doesn't works. It's very hard to use.