The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 06-23-2006
girish.sh girish.sh is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 10
Yes but from shell script, we call class like path/to/java classname

so if i want to call method classMethod, call will be like this?

"path/to/java classname.classMethod()"