Re: Quitting debian-java

2001-03-15 Thread Benjamin Black
of what relevance is this to the discussion of java on debian? i think a better question is why has this thread been going on this long? if everyone can answer the first question with "none" and the second with "i don't know", then perhaps we can stop this flame war. what do you guys think? tak

Re: Quitting debian-java

2001-03-15 Thread Benjamin Black
of what relevance is this to the discussion of java on debian? i think a better question is why has this thread been going on this long? if everyone can answer the first question with "none" and the second with "i don't know", then perhaps we can stop this flame war. what do you guys think?

Re: required packages

2001-01-29 Thread Benjamin Black
Andrew D Dixon wrote: myfirst.java:2: Class or interface `java.awt.Label' not found in import. import java.awt.Label; ^ myfirst.java:5: Superclass `Applet' of class `myfirst' not found. public class myfirst extends Applet{ ^ myfirst.java:6: Type `Label' not found

Re: required packages

2001-01-29 Thread Benjamin Black
Andrew D Dixon wrote: > myfirst.java:2: Class or interface `java.awt.Label' not found in import. > > import java.awt.Label; >^ > myfirst.java:5: Superclass `Applet' of class `myfirst' not found. > public class myfirst extends Applet{ > ^ > myfirst.java:6: Typ

Re: Can 'guavac' be removed from Debian unstable?

2001-01-15 Thread Benjamin Black
Martin Michlmayr wrote: It may be worth asking on debian-java to see if there is still any value in it. The only bug report in the debian BTS is not too serious. On the other hand, it is no longer the only free java compiler around (gcj, jikes etc) so there's probably no value in keeping it. on th

Re: Can 'guavac' be removed from Debian unstable?

2001-01-15 Thread Benjamin Black
Martin Michlmayr wrote: > It may be worth asking on debian-java to see if there is still > any value in it. The only bug report in the debian BTS is not > too serious. On the other hand, it is no longer the only free > java compiler around (gcj, jikes etc) so there's probably > no value in keepi

Re: Swing?

2000-12-24 Thread Benjamin Black
Ottavio Campana wrote: On Sun, Dec 24, 2000 at 04:57:55AM -0500, Matt Zimmerman wrote: I've found in the faq of the mailing list a way to install them , but I'd like to know if there's a deb package with it or if there are the deb packages of a newer jdk 1.2 o 1.3 Sun's Swing is very non-free

Re: Swing?

2000-12-24 Thread Benjamin Black
Ottavio Campana wrote: > On Sun, Dec 24, 2000 at 04:57:55AM -0500, Matt Zimmerman wrote: > >>> I've found in the faq of the mailing list a way to install them , but >>> I'd like to know if there's a deb package with it or if there are the >>> deb packages of a newer jdk 1.2 o 1.3 >> >> Su

Re: How to load images

2000-12-23 Thread Benjamin Black
Ottavio Campana wrote: Maybe this isn't the most correct place where I should post this message but I haven't find any answer in any other place you could try searching or posting to: comp.lang.java.gui comp.lang.java.help I've writing a programm in java with a grafical interface. I've extended

Re: How to load images

2000-12-23 Thread Benjamin Black
Ottavio Campana wrote: > Maybe this isn't the most correct place where I should post this message > but I haven't find any answer in any other place you could try searching or posting to: comp.lang.java.gui comp.lang.java.help > I've writing a programm in java with a grafical interface. I'v