Hi I need a help on java implementation where it calls a shell scrit by few paramaters, can some one throw light on how this can be implemented. Thanks in advance. For Eg code snippet:
int k = 10 ; int j =20 // where these values later will be sent dinamically
Process p=Runtime.getRuntime().exec("filename.sh k j");