Link to home
Start Free TrialLog in
Avatar of tomatocans
tomatocans

asked on

Java in Bourne Shell

I have a several scripts and a java program in a bin directory in Unix. I wrapped them with a Bourne Shell script and allow the user to call the shell from anywhere in unix.  I compiled the class for the java program in this directory.

The shell calls the program like so:


java <program> > <output>


I keep gettting an error back stating that there is a thread error and the class cannot be found.

Any help
ASKER CERTIFIED SOLUTION
Avatar of rameshg21
rameshg21

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial