[Bug 378294] Re: libpcsclite1 is not found by sun-java-6 (jaunty)

2012-02-21 Thread Matthias Klose
sun-java6 was removed.

** Changed in: sun-java6 (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/378294

Title:
  libpcsclite1 is not found by sun-java-6 (jaunty)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/378294/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378294] Re: libpcsclite1 is not found by sun-java-6 (jaunty)

2012-02-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: sun-java6 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/378294

Title:
  libpcsclite1 is not found by sun-java-6 (jaunty)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/378294/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378294] Re: libpcsclite1 is not found by sun-java-6 (jaunty)

2011-03-22 Thread Nicolas DERIVE
The bug seems to be in sun-java6, not pcsc-lite (according to cjwatson
and Ludovic Rousseau), reassigning.

** Package changed: pcsc-lite (Ubuntu) = sun-java6 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/378294

Title:
  libpcsclite1 is not found by sun-java-6 (jaunty)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378294] Re: libpcsclite1 is not found by sun-java-6 (jaunty)

2010-02-22 Thread Frank Cornelis
I stumbled upon the same issue when trying to use the PC/SC API from within my 
eID Applet. I had to add the following work-around in my code for Ubuntu:
File libPcscLite = new File(/lib/libpcsclite.so.1);
if (libPcscLite.exists()) {
System.setProperty(sun.security.smartcardio.library, 
libPcscLite.getAbsolutePath());
}
It would be nice if the PC/SC layer would work out of the box when using the 
sun-java6.

-- 
libpcsclite1 is not found by sun-java-6 (jaunty)
https://bugs.launchpad.net/bugs/378294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378294] Re: libpcsclite1 is not found by sun-java-6 (jaunty)

2010-02-22 Thread Ludovic Rousseau
 It would be nice if the PC/SC layer would work out of the box when using the 
 sun-java6.
It is a bug in the Java JRE, not in pcsc-lite.

I talk to someone at Sun but I don't know if this bug will be corrected one day.
I propose to fix the problem in sun-java-6 instead of using workarounds.

-- 
libpcsclite1 is not found by sun-java-6 (jaunty)
https://bugs.launchpad.net/bugs/378294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378294] Re: libpcsclite1 is not found by sun-java-6 (jaunty)

2009-06-08 Thread Colin Watson
If it's looking for libpcsclite.so rather than libpcsclite.so.1, then
you simply need to install the libpcsclite-dev package.

In any case, this is a bug in the JVM, not in pcsc-lite, and should be
reassigned. Which version of the JVM are you using? The ones shipped in
Ubuntu are sun-java5, sun-java6, and openjdk-6.

-- 
libpcsclite1 is not found by sun-java-6 (jaunty)
https://bugs.launchpad.net/bugs/378294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378294] Re: libpcsclite1 is not found by sun-java-6 (jaunty)

2009-05-21 Thread Ludovic Rousseau
As documented in
http://java.sun.com/javase/6/docs/technotes/guides/security/SunProviders.html#SunPCSCProvider
the /lib directory is not used.

I reported the problem to SUN and it should be corrected. A workaround is:
 As a workaround for these issues, you can change the system property
sun.security.smartcardio.library to point it to whatever .so file you
want so that you don't have to play with symlinks or copying files around. 

-- 
libpcsclite1 is not found by sun-java-6 (jaunty)
https://bugs.launchpad.net/bugs/378294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378294] Re: libpcsclite1 is not found by sun-java-6 (jaunty)

2009-05-19 Thread Ludovic Rousseau
I guess it would be a better idea to correct/patch java to:
- also search the library in /lib
- search for libpcsclite.so.1 instead of libpcsclite.so (without the .1)

See Debian bug 529339 for the later issue.
http://bugs.debian.org/529339

** Bug watch added: Debian Bug tracker #529339
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529339

-- 
libpcsclite1 is not found by sun-java-6 (jaunty)
https://bugs.launchpad.net/bugs/378294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs