[Nikola Milutinovic]
>I'm running Tru64 UNIX 4.0F (a.k.a. Digital UNIX (a.k.a. DEC
>OSF/1)) and Java SDK 1.3.0 This is my problem:
>Legba:/usr/local/java# /usr/opt/java130/bin/java -classpath . jython-20 -o Jython-2.0 lib
>try path /usr/local/java/
>can not get flavour null for os 'OSF1'
>So, it fails and I have no idea why.
You can try to tell the installer that Tru64 is a unix with the -f
option:
java -classpath . jython-20 -o Jython-2.0 -f unix lib
(The next release of jython will recognize Tru64 automaticly)
regards,
finn
|