相关代码 |
|
#!/usr/local/bin/perl # Simple script to start Fishnet main(); sub main { $classpath = "lib/:proj/"; $fishnetArgs = join " ", @ARGV; exec("nice -n 19 java -cp $classpath Fishnet $fishnetArgs"); # exec("nice java -cp $classpath Fishnet $fishnetArgs"); }
相关资源 |
|