Help for this page

Select Code to Download


  1. or download this
       $MakeGistMain = "javac $java_opt $class_dir splatt\\src\\.java";
       system ($MakeGistMain);
    
  2. or download this
       $cd_class_dir = "cd $class_dir";
       system($cd_class_dir);
       system("jar -cvf splatt.jar splatt");