Can't install JDBC 1.5 on HP-UX 10.20 JRE 1.1.8

admin

Administrator
Staff member
I'm unable to install the Informix JDBC 1.5 on my HP-UX 10.20 server. I'mattempting the silent installation and I get the outputs below:Command line I used:jre -v setup -o /opt/java/jre/ifx_jdbc -D serialNo=myserialnumberkey=mykey > /tmp/jdbc.out 2> /tmp/jdbc.err(jre is HP's command name for the Java JRE, -v is for verbose)Standard output (/tmp/jdbc.out):InstallShield Java (TM) EditionExtracting installationcode................................................................................doneStandard error (/tmp/jdbc.err):[Loaded java/lang/Thread.class from /opt/java/jre/lib/rt.jar][Loaded java/lang/Object.class from /opt/java/jre/lib/rt.jar](some [Loaded] lines deleted...)[Loaded java/awt/SystemColor.class from /opt/java/jre/lib/rt.jar](more [Loaded] lines deleted...)[Loaded java/lang/InternalError.class from /opt/java/jre/lib/rt.jar][Loaded java/lang/ClassNotFoundException.class from/opt/java/jre/lib/rt.jar]VERIFIER ERRORcom/installshield/isjava/runtime/HRule.paint(Ljava/awt/Graphics;)V: Cannotfind class java/awt/SystemColorVERIFIER ERRORcom/installshield/isjava/runtime/InfoFrame.<init>(Lcom/installshield/isjava/runtime/InfoContainer;)V:Cannot find class com/installshield/isjava/runtime/HRuleVERIFIER ERRORcom/installshield/isjava/runtime/InfoContainer.load(Ljava/io/InputStream;)Z:Cannot find class com/installshield/isjava/runtime/InfoFrameUnable to extract this archive.java.lang.NoClassDefFoundErrorjava.lang.RuntimeExceptionat setup.bail(install.java:753)at setup.execute(Compiled Code)at setup.<init>(install.java:180)at setup.main(install.java:798)**ERROR failed to installThe machine is an HP K360 running HP-UX 10.20, with HP-UX JRE 1.1.8 (HPversion C.01.18.00). We don't use X terminals with it, only text logins.One thing I find strange in the installation is : if it's a silentinstallation, why is the java/awt api being loaded by the setup utility? Iwas able to install the same JDBC on my Windows 98 PC with the same setupfile and command structure. Thanks & regards,Fabio Luis De <!-- e --><a href="mailto:P[email protected]">[email protected]</a><!-- e --> Consultant for Ops/LogisticsDHL Worldwide Express, Brazil
 
Back
Top