|
From: <bc...@wo...> - 2002-01-11 17:48:13
|
[Andrea] >Hi all, >I'm trying to install jython-21 on a HP-UX 11 (HP-UX B.11.00 U 9000/800) >using JDK 1.3.1: > >$ java -version >java version "1.3.1.00-release" >Java(TM) 2 Runtime Environment, Standard Edition (build >1.3.1.00-release-010719-23:15-PA_RISC1.1) >Java HotSpot(TM) Server VM (build 1.3.1 >1.3.1.00-release-010720-01:51-PA_RISC2.0 PA2.0, mixed mode) > >I think the installer can't figure out the O.S. type: > >/home/boaraa/setup$ java -cp . jython-21 -o jython demo lib src >try path /home/boaraa/setup/ >can not get flavour null for os 'HP-UX' > >Do you know if is there any command line options to set the OS type ? Try: java -cp . jython-21 -f unix -o jython demo lib src The -f options supports "unix", "mac" and "windows". >I've also tried the GUI setup but withou luck: I get a dialog window to >choose the O.S. >flavour (unix, windows, mac) but if I chose unix I get a window with the >vertical jython >logo and, sometimes, I can see, for a moment, some flickering widget >that suddenly disappear. >Maybe this is due to the JDK version or perhaps some font is missing: Maybe, or it could be insufficient testing of the flavor dialog. regards, finn |