|
Advertisement
|
Forum posts by Tanveer Hossain:1 page [ 1 ]
Posted in Java Answers Forum, Jun 26, 2002, 9:30 PM
i have a unix shell script that contains:#! /bin/ksh#loading the modulesmodule load msjava/jdk/1.2.2java TestProg &PID=$!java NetVeryCooljava AlertNetCool======================================and my java program is: import java.io.*;public class AlertNetCool { public static void main(String args[]) { String s = null; try { // run the Unix...
1 page [ 1 ]
|