Skip to content

Instantly share code, notes, and snippets.

@ron623
Created February 6, 2015 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ron623/7f61d94862a2f430882f to your computer and use it in GitHub Desktop.
Save ron623/7f61d94862a2f430882f to your computer and use it in GitHub Desktop.
jarTest
package jarTest;
public class JarFileTest {
public JarFileTest() {
// TODO 自動生成されたコンストラクター・スタブ
}
public static void main(String[] args) {
// TODO 自動生成されたメソッド・スタブ
System.out.println("jar file test!");
GreetClass gc = new GreetClass();
gc.Greet();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment