Anjali Bharat Shah wrote:
for i in ${REI_HOME}/lib/*.jar ; do
if [ "$CP" != "" ]; then
#CP=${CP}:$i
CP="cygpath -w -p $i:${CP}"
Ooh, that's a bad idea, because you're now mixing windows and posix
paths (remember, CP is in Windows form, while $i is in posix form).
Better to a
Hi,
I was using the "export" command in my script file. But that was not
working. So, I tried specifying the paths using the -classpath option with
javac and java. Thats where I got the below mentioned error. I have attached
my script file for your reference.
Thanking You
Sincerely,
Anjali.
>>
On Tue, 30 Dec 2003, Anjali Bharat Shah wrote:
> Hi,
> I have a script file which runs fine with Linux. However, when the same
> script file when I try to run using Cygwin, I get the following error:
>
> Exception in thread "main" java.lang.UnsatisfiedLinkError: no XSB in java.librar
> y.path
>
Hi,
I have a script file which runs fine with Linux. However, when the same
script file when I try to run using Cygwin, I get the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no XSB in java.librar
y.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:
4 matches
Mail list logo