|
From: <bc...@wo...> - 2000-11-01 14:43:35
|
>> Please try the installer and post your experience, both good and bad,
>> here on the list. Give special attention to the two generated scripts.
>> With some luck these should work on unixes and windows.
[Jeff Turner]
>Everything went fine (rh6.0, jdk1.2.2), except the two shell scripts
>(jython and jythonc) were in DOS file format,
Right, I'll fix that.
>and wouldn't execute:
>
>~/jython-2.0pa0$ ./jythonc
>bash: ./jythonc: No such file or directory
This is a bit strange. The script didn't have the execute bit set? The
installer does a:
Runtime.getRuntime().exec("chmod 755 " + fullname );
after creating the scripts. (The old installer did a "chmod 777" but I
think LiftOff is more correct here). Were there any messages shown in
the console window where you started the installer?
regards,
finn
|