JDK1.2.2 & Redhat 7

2000-12-04 Thread David Elkin
Hi Guys, I have install the latest Redhat 7 and Installed JDK1.2 and everything appears to have installed okay BUT,,, when I run java, javac or appletviewer I get a sementation fault (core dump) Please help me Dave This mail item has passed through an insecure network. All enquiries shoul

Re: JServ problems

2000-12-04 Thread Joi Ellis
> [EMAIL PROTECTED] wrote: > > > > Hello, > > > > I'm working with Jserv 1.1.2 on Apache 1.3.12 on Red Hat 6.2. > > Occasionally, when I POST a large number of parameters ( ~100 fields) from > > an HTML form to a servlet, the last few parameters seem to be corrupted > > somehow - I get binary ch

Re: JServ problems

2000-12-04 Thread Diego Pons
[EMAIL PROTECTED] wrote: > > Hello, > > I'm working with Jserv 1.1.2 on Apache 1.3.12 on Red Hat 6.2. > Occasionally, when I POST a large number of parameters ( ~100 fields) from > an HTML form to a servlet, the last few parameters seem to be corrupted > somehow - I get binary characters and oth

How to print String to default Printer, Help

2000-12-04 Thread New Java
Hi, there, What I want to do is: When the following code running, print "try to be printed" to my default printer, NOT my screen. Could you help me on it? Thanks!! (Sorry for the basic stupid question) David *** public static void main (String args[])