Start a Conversation

Unsolved

This post is more than 5 years old

2707

October 14th, 2009 00:00

CASScript missing from JCASScript download

Hi everybody,

I have been trying to use JCASScript on sun solaris. As far as i understood from the readme and pdf manual, i am supposed to use a bash script called CASScript which wraps the jar. however, after downloading the JCASScript-SunOS-5.8-3.2.35 tar from the web site, i could not find the script file.

Does anyone know where is the script available from?

is there a way of using the jar on Sun platform without the script?

Thanks,

shahar

20 Posts

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

October 14th, 2009 02:00

Hi,

thanks for your help!

shahar

No Events found!

Top