Re: Turbo-J 1.1.0 error on RedHat 5.1. Anyone has experince with it?

1998-07-30 Thread Milan Zimmermann
Joe Carter wrote: > > Milan Zimmermann wrote: > > > > Hello, > > > > Running any type of Turbo-J examples from the download (or running tj), > > I get an error: > > > > Error parsing TurboJ Script : ORG.opengroup.turboJ.TurboJException: > > unexpected token in tJsetup (bunch of ? after it) >

Re: Any jit with the jdks?

1998-07-30 Thread Gustav Petersson
Check out www.dragon1.net/software/tya   Manolis Perakakis wrote: Hi .. Does any version of the ported jdks contain a jit compiler ? (like the jdk 1.1.6 for Win95 shiped by Sun, which does) Or i will 've to seperately use one ? I 've been using for about a year the jdk1.1.3 on both Win95 & Linux

Any jit with the jdks?

1998-07-30 Thread Manolis Perakakis
Hi .. Does any version of the ported jdks contain a jit compiler ? (like the jdk 1.1.6 for Win95 shiped by Sun, which does) Or i will 've to seperately use one ? I 've been using for about a year the jdk1.1.3 on both Win95 & Linux I am very satisfied but the missing point at Linux is a good j

Re: Turbo-J 1.1.0 error on RedHat 5.1. Anyone has experince with it?

1998-07-30 Thread Richard Jones
Joe Carter wrote: > > Milan Zimmermann wrote: > > > > Hello, > > > > Running any type of Turbo-J examples from the download (or running tj), > > I get an error: > > > > Error parsing TurboJ Script : ORG.opengroup.turboJ.TurboJException: > > unexpected token in tJsetup (bunch of ? after it) >

Re: Kaffe on Blackdown's Heath

1998-07-30 Thread Peter C. Mehlitz
On Thu, 30 Jul 1998, Per Bjarne Bro wrote: >...I'm confused about the different versions of java for linux... >aand I can't execute because I get the error that the essential class >java/lang/Object can't be found... > >Is this another version of the kaffe/JDK confusion? I don't know which >is whi

See Amazing World Record Sex!!!

1998-07-30 Thread quickfacts9
Attention! Warning! Adults Only!Warning! Adults Only! If you are under 21 years of age, or not interested in sexually explicit material... please hit your keyboard delete button now and please excuse the intrusion. To REMOVE your name from our email list send us email with REM

Thanks

1998-07-30 Thread Alejandro Canales
I whish to thanks to all the people that help me to develop and run servlets on Linux. Sincerely A Canales

Re: Turbo-J 1.1.0 error on RedHat 5.1. Anyone has experince with it?

1998-07-30 Thread Joe Carter
Milan Zimmermann wrote: > > Hello, > > Running any type of Turbo-J examples from the download (or running tj), > I get an error: > > Error parsing TurboJ Script : ORG.opengroup.turboJ.TurboJException: > unexpected token in tJsetup (bunch of ? after it) > > I do have gcc and make installed.

RE: Servlets on Linux

1998-07-30 Thread Alejandro Canales
Hi! On Wed, 29 Jul 1998, Brian Pedersen wrote: > > > > import java.servlet.*; > > > > import java.servlet.http.*; > > Shouldn't this read javax.servlet.* ? Servlets are NOT a part of core in > ^ > 1.1. If you set your classpath to point to jsdk then this will m

Turbo-J 1.1.0 error on RedHat 5.1. Anyone has experince with it?

1998-07-30 Thread Milan Zimmermann
Hello, Running any type of Turbo-J examples from the download (or running tj), I get an error: Error parsing TurboJ Script : ORG.opengroup.turboJ.TurboJException: unexpected token in tJsetup (bunch of ? after it) I do have gcc and make installed. Thanks, Milan Zimmermann -

Re: Servlets on Linux

1998-07-30 Thread Jason Tan
> > What are the diference between: > > import java.servlet.XXX > and > import javax.serlet.XXX There is no class javax.serlet.xxx ?? ;-)) Jaosn T

Re: Servlets on Linux

1998-07-30 Thread Alejandro Canales
Thanks a lot It compile! I am very happy ! What are the diference between: import java.servlet.XXX and import javax.serlet.XXX Thanks A Canales PD Now I try to work with this simple Servlet... any hint??? >