Re: About java virtual dependencies and provides and the Java

2008-05-21 Thread Michael Koch
On Wed, May 21, 2008 at 11:17:13PM +0100, Matthew Johnson wrote: > On Wed May 21 22:06, Michael Koch wrote: > > > Debian supports only Java 5+ compatible runtimes in unstable. > > Almost compatible > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35020 (amongst others) Thats a small bug that doe

Re: About java virtual dependencies and provides and the Java

2008-05-21 Thread Matthew Johnson
On Wed May 21 22:06, Michael Koch wrote: > Debian supports only Java 5+ compatible runtimes in unstable. Almost compatible http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35020 (amongst others) Matt -- Matthew Johnson signature.asc Description: Digital signature

voz no site som em flash

2008-05-21 Thread G.C.
voz no site som em flash, software para inserir áudio em sites software para inserir, software para inserir voz música áudio marketing, como colocar audio em sites audio no site, voz no site audio no site, narração de audio em sites voz música áudio marketing, voz no site som em flash, O Áudio M

Re: About java virtual dependencies and provides and the Java Policy

2008-05-21 Thread Michael Koch
On Fri, May 16, 2008 at 11:25:02AM +0200, Benjamin Mesing wrote: > Hello > > > On Sun, 2008-05-11 at 13:27 +0200, Eric Lavarde wrote: > > Hi, > > > > browsing through the repositories to check some Java stuff, I find quite > > some confusion around virtual packages: > > I would also like to ha

Re: Division by zero exception when running Swing program with /usr/bin/gij-4.3

2008-05-21 Thread Michael Koch
On Fri, May 16, 2008 at 11:55:53AM +0200, Benjamin Mesing wrote: > Hello, > > I have an application which throws loads of / by zero exceptions (see > below) when run with gij, and the ui looks almost empty. When run with > Sun java it works fine. > > I've compiled it with both, sun java and ecj b

Re: ant-vars.mk in cdbs

2008-05-21 Thread Michael Koch
On Wed, May 21, 2008 at 03:59:59PM +0200, David Herron wrote: > Hi, I'm looking at learning to package java apps for Ubuntu/Debian and > came across the cdbs thingy > > In there is ant.mk and ant-vars.mk and in the latter is this stanza:- > > JAVA_HOME = $(shell for jh in $(JAVA_HOME_DIRS); do if

Re: ant-vars.mk in cdbs

2008-05-21 Thread [EMAIL PROTECTED]
David Herron schrieb: JAVA_HOME=/usr/lib/jvm/$(shell update-java-alternatives --current) isn't /etc/alternatives/java what you are looking for ? --- Jens Kapitza -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

ant-vars.mk in cdbs

2008-05-21 Thread David Herron
Hi, I'm looking at learning to package java apps for Ubuntu/Debian and came across the cdbs thingy In there is ant.mk and ant-vars.mk and in the latter is this stanza:- JAVA_HOME = $(shell for jh in $(JAVA_HOME_DIRS); do if [ -x "$$jh/bin/java" ]; then \ echo $${jh}; exit 0; fi; done)