unix script in WO
unix script in WO
- Subject: unix script in WO
- From: "Kranthi Sagar Borra" <email@hidden>
- Date: Sat, 8 Nov 2003 10:51:18 +0530
- Thread-topic: unix script in WO
Hi All,
This is very urgent and I shall be thankful if somebody can help me out.I want to execute a unix script and the script is something like this
#!/bin/bash
java helloworld
where helloworld is a class in my project.I added this script to Resources in project builder.So when I run the project the build is getting formed and this script is placed in the MyProject.woa/Contents/Resources folder.And the helloworld.class is formed under MyProject.woa/Contents/Resources/Java/MyProject.jar.so will be script be able to execute the following line "java helloworld" ,because this class file is not at the same location as the script.So can somebody tell me how to resolve this.Thanks in advance.
Regards,
Kranthi Sagar
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.