aoqi@0: aoqi@0: /** aoqi@0: * This class is used to test the results of the langtools build. aoqi@0: */ aoqi@0: public class HelloWorld { aoqi@0: aoqi@0: public HelloWorld(); aoqi@0: aoqi@0: /** aoqi@0: * The old standby! aoqi@0: * @param args The parameters are ignored. aoqi@0: */ aoqi@0: public static void main(java.lang.String... args); aoqi@0: aoqi@0: /** aoqi@0: * This declaration is for the benefit of javah tests. aoqi@0: */ aoqi@0: public native void test(); aoqi@0: }