============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================
Your name : Guoben Li Your email address : [EMAIL PROTECTED] System Configuration --------------------- Architecture (example: Intel Pentium) : Sun Sparc Operating System (example: Linux 2.0.26 ELF) : Solaris 5.7 Generic_106541-23 PostgreSQL version (example: PostgreSQL-7.3.3): PostgreSQL-7.3.3 Compiler used (example: gcc 2.95.2) : gcc version 2.95.2 Please enter a FULL description of your problem: ------------------------------------------------ With the new postgresql.jar in /usr/local/pgsql/share/java/ my java application got: Exception in thread "main" java.lang.NoClassDefFoundError: org/postgresql/jdbc2/AbstractJdbc2Connection If I copy over the postgresql.jar from release 7.3.1 the problem disappeared. cksum values of 7.3.1 postgresql.jar: 3411640455 183237 cksum values of 7.3.3 postgresql.jar: 3962561819 147189 Please describe a way to repeat the problem. Please try to provide a concise reproducible example, if at all possible: ---------------------------------------------------------------------- Recompile the java program with new postgresql.jar in CLASSPATH didn't solve the problem. If you know how this problem might be fixed, list the solution below: --------------------------------------------------------------------- <FONT SIZE = 1>**************************************************************************** This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. Unless otherwise stated, opinions expressed in this e-mail are those of the author and are not endorsed by the author's employer.</FONT> ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])