[Bug 663277] Re: Classpath problem in libdbus-java package

Martin Pitt martin.pitt at ubuntu.com
Wed Mar 30 10:50:08 UTC 2011


Thanks! Sponsored.

** Also affects: dbus-java (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619888
   Importance: Unknown
       Status: Unknown

** Changed in: dbus-java (Ubuntu)
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/663277

Title:
  Classpath problem in libdbus-java package

Status in “dbus-java” package in Ubuntu:
  Fix Released
Status in “dbus-java” package in Debian:
  Unknown

Bug description:
  Using libdbus-java version 2.7-1 and openjdk-6-jdk version
  6b18-1.8.1-0ubuntu1 under lucid (10.04.1):

  $ echo 'public class Foo {}' >Foo.java
  $ /usr/lib/jvm/java-6-openjdk/bin/javac -Xlint:path -classpath /usr/share/java/dbus.jar Foo.java
  warning: [path] bad path element "/usr/share/java/usr/share/java/unix.jar": no such file or directory
  warning: [path] bad path element "/usr/share/java/usr/share/java/hexdump.jar": no such file or directory
  2 warnings

  The two warnings indicate a problem.  (I haven't noticed that the
  functionality of the library is affected.)

  Clearly the path elements listed are incorrect.  It appears that the
  problem is in dbus.jar, because if that jar file is left out of the
  classpath then the warning goes away.



More information about the Ubuntu-sponsors mailing list