jQuery in Action, 2nd edition
The moose likes Linux / UNIX and the fly likes Shell Script Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "Shell Script" Watch "Shell Script" New topic
Author

Shell Script

Gagan Sabharwal
Ranch Hand

Joined: Apr 23, 2006
Posts: 48
Hi,

I am entering into the world of Unix OS. I intend to write a simple shell script which runs a java program. My java program takes three VM arguments and classpath of various directories.Let the root directory be ab_root.
Can some one please guide me to a sample script for such tasks ?

Also I am having a hard time mugging up basic unix commands. Not too sure if its the lack of interest or what.



Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 4875

First, figure out how to run what you want to run from the command line. For example:



To turn that into a script, add a line identifying the script processor. For example:



If you would like to pass the arguments to the script, change it to:



Now you can run it as (assume the script is named "runmyapp"):



For more help, type "man bash" on the command line. You will get a lot of output, but everything about shell script syntax is in there.

Another hint: most Java apps are run by scripts. Study their scripts - look in the bin directory.


JBoss In Action
Gagan Sabharwal
Ranch Hand

Joined: Apr 23, 2006
Posts: 48
Thanks much Peter. I will try it out.
 
IntelliJ Java IDE
 
subject: Shell Script
 
Threads others viewed
Stack Memory
how to execute shell script from java class
issue when calling shell script from java
handling Java child process execution
FTP
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com