Re: Swing?

2000-12-25 Thread Ottavio Campana
On Sun, Dec 24, 2000 at 11:13:29AM -0800, Evan Prodromou wrote: > There are binaries of J2SDK (including Swing) available at the > Blackdown Java site: > > http://java.blackdown.org/ > > They have .deb files, but they're only for woody, so I don't think > they'd work on your system. You s

Re: Swing?

2000-12-25 Thread Ottavio Campana
On Sun, Dec 24, 2000 at 11:13:29AM -0800, Evan Prodromou wrote: > There are binaries of J2SDK (including Swing) available at the > Blackdown Java site: > > http://java.blackdown.org/ > > They have .deb files, but they're only for woody, so I don't think > they'd work on your system. You

Re: Swing?

2000-12-24 Thread Ottavio Campana
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 softw

Re: Swing?

2000-12-24 Thread Ottavio Campana
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 soft

Swing?

2000-12-24 Thread Ottavio Campana
How can I have swing working under potato r2? I've got jdk1.1 installed and it doesn't contain this library (or I haven't seen it). 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

Swing?

2000-12-24 Thread Ottavio Campana
How can I have swing working under potato r2? I've got jdk1.1 installed and it doesn't contain this library (or I haven't seen it). 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 o

How to load images

2000-12-23 Thread Ottavio Campana
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 I've writing a programm in java with a grafical interface. I've extended the class Frame and now I need to show some pictures in order to get something similar to a

How to load images

2000-12-23 Thread Ottavio Campana
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 I've writing a programm in java with a grafical interface. I've extended the class Frame and now I need to show some pictures in order to get something similar to a

Kaffè and jdbc driver for postgres

2000-05-15 Thread Ottavio Campana
I've tried some examples to get practice with postgres and java programs, but I've got an error: kaffè tells me that the driver for postgres wasn't compiled for that virtual machine. I've tried to compile it form the source but it doesn't still work. Does anyone of you knows somethin

JDBC driver for postgres

2000-05-05 Thread Ottavio Campana
In which package can I find the jdbc driver for postgres? Thanks! -- Non c'è più forza nella normalità: c'è solo monotonia.

Re: Problem with jserv

2000-04-29 Thread Ottavio Campana
On Sat, Apr 29, 2000 at 06:22:56PM +0200, Stefan Gybas wrote: > It seems that jserv is indeed not running if you get an internal server > error from Apache. Try "telnet 0 8007" and see if you get a connection, > if you get "Connection refused" the jserv is not running on your local > machine. no,

Problem with jserv

2000-04-28 Thread Ottavio Campana
I just installed debian on a pc and I put the jdk and the jserv on it. If I try now to request the Hello servlet apache returns an internal error. How is it possible? I didn't touch anything, I just finished using dselect and it doesn't work. I've tried to look the error log but it is e

Help a poor guy with problems with jserv

2000-04-20 Thread Ottavio Campana
Hi!, I have got an account on a server where I have got the possibility of runnong servlet. I've written a HelloWorld-servlet and I put it on the server. But now I don't know what to to. I think I have to add a new entry in te file zone.properties, but I don't know what to do. Can you he

Re: serial port io

2000-03-14 Thread Ottavio Campana
On Tue, Mar 14, 2000 at 04:38:57PM +, brad gray wrote: > does anyone know how to open a serial port in java ? > i realize that there is a javax.comm package, but no linux port... > just wondering if anyone has done this before i start learing some > JPython, etc... I've done it once. You sho