Browse Community
Help
Log In
Responses(2)
Solutions(0)
YT.Kim
20 Posts
1
October 14th, 2009 01:00
Shahar,
This is a bash script file what you want.
==================
#!/bin/bash
# exporting the Library pathexport LD_LIBRARY_PATH=.
# invoking the JCASScript tool with the passed command line argumentsjava -jar JCASScript.jar #@
===================
Hope this helps.
Regards
YT
ShaharValdman
1 Rookie
•
5 Posts
0
October 14th, 2009 02:00
Hi,
thanks for your help!
shahar
Dell Support Resources
View All
Top
YT.Kim
20 Posts
1
October 14th, 2009 01:00
Shahar,
This is a bash script file what you want.
==================
#!/bin/bash
# exporting the Library path
export LD_LIBRARY_PATH=.
# invoking the JCASScript tool with the passed command line arguments
java -jar JCASScript.jar #@
===================
Hope this helps.
Regards
YT
ShaharValdman
1 Rookie
•
5 Posts
0
October 14th, 2009 02:00
Hi,
thanks for your help!
shahar