[java-sig-commits] [Bug 735460] java.lang.ClassNotFoundException: com.mchange.v2.log.MLog

bugzilla at redhat.com bugzilla at redhat.com
Mon Sep 26 11:16:08 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=735460

Stanislav Ochotnicky <sochotni at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sochotni at redhat.com

--- Comment #6 from Stanislav Ochotnicky <sochotni at redhat.com> 2011-09-26 07:16:06 EDT ---
(In reply to comment #5)
> And what about the packaging problem?
> 
> (I would expect /usr/share/java/c3p0.jar to be a symlink to
> /usr/share/java/c3p0-0.9.0.2.jar.)

No, actually Java packaging guidelines[1] currently state that
/usr/share/java/c3p0.jar is correct path for this jar. Versioned jars were
abolished some time ago. They were not serving any machine purpose, because
anyone who needs the jar should use unversioned version anyway. Otherwise an
update of said jar could break his application. 

If you want to know what version is the jar you can just do:
$ rpm -qf /usr/share/java/c3p0.jar

[1] https://fedoraproject.org/wiki/Packaging:Java#JAR_file_installation

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the java-sig-commits mailing list