Thread: Redhat 7.3 and JDBC
Hi I have a little problem I have some computers Installed with Red Hat 7.3, some with full installation, well my programs run without when I run them on the computers which dosen't have a full installation of Redhat (they have postgres and others), but on the computers with full installation I't can find the Driver.. Both CLASSPATH are the same and I use the same driver, not the one Red hat brings by default.. any have had similar problems, any idea?? regards monti
Alejandro:
Try copying your driver .jar to $JAVA_HOME/jre/lib/ext directory. Which java are you using ?. Remember that "full" Red Hat includes a java vm diferent from Sun's one.
Probá copiando el driver al directorio $JAVA_HOME/jre/lib/ext. Que java estás usando?. El Red Hat full incluye un java vm diferente al de Sun. Yo tuve al comienzo algunos problemitas hasta que lo desinstale e instale j2sdk 1.4.0 de Sun.
Has verificado qué java ejecutás ?. Probá :
which java
en ambos equipos.
Diego.
El mar, 24-09-2002 a las 20:53, Alejandro Alexis Montenegro Del Pino escribió:
Try copying your driver .jar to $JAVA_HOME/jre/lib/ext directory. Which java are you using ?. Remember that "full" Red Hat includes a java vm diferent from Sun's one.
Probá copiando el driver al directorio $JAVA_HOME/jre/lib/ext. Que java estás usando?. El Red Hat full incluye un java vm diferente al de Sun. Yo tuve al comienzo algunos problemitas hasta que lo desinstale e instale j2sdk 1.4.0 de Sun.
Has verificado qué java ejecutás ?. Probá :
which java
en ambos equipos.
Diego.
El mar, 24-09-2002 a las 20:53, Alejandro Alexis Montenegro Del Pino escribió:
Hi I have a little problem I have some computers Installed with Red Hat 7.3, some with full installation, well my programs run without when I run them on the computers which dosen't have a full installation of Redhat (they have postgres and others), but on the computers with full installation I't can find the Driver.. Both CLASSPATH are the same and I use the same driver, not the one Red hat brings by default.. any have had similar problems, any idea?? regards monti ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)