iceweasel javaplugin

2009-12-11 Thread Alan Greenberger
I am experiencing strange behavior of the sun java6 plugin in iceweasel on a Lenny installation. iceweasel 3.0.6-3 sun-java6-plugin 6-12-1 (/etc/alternatives/iceweasel-javaplugin.so -> /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so) Tested with http://www.java.com/en

Re: Bug#559986: FTBFS: default-jdk-builddep: Depends: gcj-jdk but it is not going to be installed

2009-12-11 Thread Adam C Powell IV
On Fri, 2009-12-11 at 05:59 +0100, Matthias Klose wrote: > On 11.12.2009 05:25, Cyril Brulebois wrote: > > Hi, > > > > please note that even if the other bug (#560093) got closed, your > > package still can't be built: > > | The following packages have unmet dependencies: > > | default-jdk-buildd

Re: Bug#559986: FTBFS: default-jdk-builddep: Depends: gcj-jdk but it is not going to be installed

2009-12-11 Thread Matthew Johnson
On Fri Dec 11 05:59, Matthias Klose wrote: > I would prefer to see gjdoc being removed for the release, if possible. > for the packages build-depending it for now, just remove it from the > b-d's and make sure that javadoc is used instead of gjdoc. If for some > reason, you need it explicitely,

Re: Bug#559967: FTBFS [hppa]: method openConnection() in the type URL is not...

2009-12-11 Thread Onkar Shinde
AFAIK, GCJ uses classpath library these days. The code from classpath is being merged in GCJ. And from the status of classpath [1] it is clear that java.net.URL.openConnection(java.net.Proxy) does not exist in classpath implementation. This can be easily tested. Try compiling following code with GC