20/08/2010
Running Java from Shell
Inside shell, you can’t directly run a command like this java jar abc.jar to run the .jar file. shell doesn’t recognize the java command. you need to export the environmental variable PATH of JAVA, normally it’s done by...