Kaffe on Blackdown's Heath

1998-07-29 Thread Per Bjarne Bro
...I'm confused about the different versions of java for linux... and 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 which now, so as to erase one, and at least have one

RE: Servlets on Linux

1998-07-29 Thread Brian Pedersen
On Wed, 29 Jul 1998, Alejandro Canales wrote: > > On Wed, 29 Jul 1998, Doug Welzel wrote: > > > Can you tell me exactly what your CLASSPATH variable is? (just to make > > sure) > > > > > -Original Message- > > > From: Alejandro Canales [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday,

Re: rmic is way slow

1998-07-29 Thread Jason Dillon
Thanks for th input. I think that I will give the wrapper bit a try. --jason On 29-Jul-98 Nelson Minar wrote: > To all you bozos sending me mail saying "get me off this list", I have > nothing to do with subscribership. Try talking to > [EMAIL PROTECTED] or [EMAIL PROTECTED] > >>That sounds l

Re: linux on laptops

1998-07-29 Thread Roger Hill
On Wed, 29 Jul 1998, Richard Dost wrote: > I want to install linux on a yet to be bought notebook. Are there > driver compatibility issues for the ethernet card? Should I make sure > to get/avoid certain ethernet cards? Is there a list of supported > devices somewhere? Am I just conjuring up

Re: linux on laptops

1998-07-29 Thread Nelson Minar
Why did you post this message to java-linux? This is not a generic Linux support mailing list. There is a lot of documentation out there on the web about exactly the sort of question you ask. You should do your research first, then ask questions later, and then only in the appropriate place. mail

Re: Servlets on Linux

1998-07-29 Thread David Wilkinson
At 11:51 29/07/98 -0500, you wrote: > > I just do it and in my case not work :-( Try changing: import java.servlet.*; import java.servlet.http.*; to: import javax.servlet.*; import javax.servlet.http.*; Dave W. -- David Wilkinson

Re: linux on laptops

1998-07-29 Thread James Cassidy
I'm using a Twinhead Slimnote EX266TG with Slackware 3.5. Works perfectly. Two of the things that I needed to consider the system usable was an XGA 1024x768 LCD display and an ethernet PCMCIA card. The display does do this resolution and XFree86 that comes with Slack 3.5 drives it. I've got a

Re: linux on laptops

1998-07-29 Thread Sze Yuen Wong
I'm using 3com's 3CXE589DT on RedHat 5.1 on a Toshiba notebook. works perfectly. Sze Wong. Richard Dost wrote: > I want to install linux on a yet to be bought notebook. Are there > driver compatibility issues for the ethernet card? Should I make sure > to get/avoid certain ethernet cards? Is

Re: linux on laptops

1998-07-29 Thread Gregory A. Kirkendall
Richard, Try the Linux on Laptops home page. Enjoy!   Richard Dost wrote: I want to install linux on a yet to be bought notebook.  Are there driver compatibility issues for the ethernet card?  Should I make sure to get/avoid certain ethernet cards?  Is there a list of supported devices somewher

Re: linux on laptops

1998-07-29 Thread Michael Bell
Richard Dost wrote: > I want to install linux on a yet to be bought notebook. Are there > driver compatibility issues for the ethernet card? Should I make sure > to get/avoid certain ethernet cards? Is there a list of supported > devices somewhere? Am I just conjuring up problems where none

linux on laptops

1998-07-29 Thread Richard Dost
I want to install linux on a yet to be bought notebook. Are there driver compatibility issues for the ethernet card? Should I make sure to get/avoid certain ethernet cards? Is there a list of supported devices somewhere? Am I just conjuring up problems where none exist? Thanks :)

Re: Servlets on Linux

1998-07-29 Thread Alejandro Canales
I just do it and in my case not work :-( Thanks AC On Wed, 29 Jul 1998, Robert Ritchy wrote: > Try adding the following to your classpath > > /usr/local/java/lib/jsdk.jar > > instead of just: > > /usr/local/java/lib

Re: Servlets on Linux

1998-07-29 Thread Robert Ritchy
Try adding the following to your classpath /usr/local/java/lib/jsdk.jar instead of just: /usr/local/java/lib Alejandro Canales wrote: > On Wed, 29 Jul 1998, Doug Welzel wrote: > > > Can you tell me exactly what your CLASSPATH variable is? (just to make > > sure) > > > > > -Original Mes

RE: Servlets on Linux

1998-07-29 Thread Alejandro Canales
On Wed, 29 Jul 1998, Doug Welzel wrote: > Can you tell me exactly what your CLASSPATH variable is? (just to make > sure) > > > -Original Message- > > From: Alejandro Canales [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, July 29, 1998 5:07 AM > > To: Doug Welzel > > Subject: Re: Servle

Re: CORBA sites

1998-07-29 Thread Carlos Cassino
Try ORBacus (http://www.ooc.com/ob), it is CORBA-2 compliant and is free for non-commercial use. Available with source code. Best regards, -- Cassino

Re: CORBA sites

1998-07-29 Thread Tom Valesky
Actually, if you're already doing Java and just want to get your feet wet with CORBA, JDK 1.2 contains a CORBA transient name source and an IDL compiler (actually, I'm not sure if idltojava comes with JDK 1.2, but it's downloadable from somewhere or other). That's probably the path of least resis

Re: CORBA sites

1998-07-29 Thread son
try visigenic. they don't have a linux distribution but the orb is written in java. just get the solaris and hpux distribution and hack the install script or install it on the hpux/solaris machine and ftp the classes to your linux box. it works great for me. visigenic is not free but you can eva

Re: Equivalence

1998-07-29 Thread Jan-Henrik Haukeland
Azazel <[EMAIL PROTECTED]> writes: > > > > > Hi PPL, > > > > I am new to this JDK... > > > > I would like to know the equivalent of UNIX crypt with salt > > in Java.. > > > Hear, hear. Haven't had any joy finding this, so I'm writing one. > I'll let you know if/when

re: CORBA sights

1998-07-29 Thread David Tarendash
I havent USED this product (omniORB 2), but if its half as good as their Virtual Network Computing(VNC), it should be great. David Tarendash Market News Service http://www.orl.co.uk/software.html Richard Jones wrote: > < > > PS. I'm still looking for a freeware Java ORB. Any suggestions?

Re: rmic is way slow

1998-07-29 Thread Nelson Minar
To all you bozos sending me mail saying "get me off this list", I have nothing to do with subscribership. Try talking to [EMAIL PROTECTED] or [EMAIL PROTECTED] >That sounds like the problem... and yes... running rmic in /tmp runs >a trillion times faster. Ah, good. I'd still be curious to know w

Re: CORBA sites

1998-07-29 Thread Joe Carter
Richard Jones wrote: > 8< > > PS. I'm still looking for a freeware Java ORB. Any suggestions? > Try the Free CORBA page at http://adams.patriot.net/~tvalesky/freecorba.html I'd be interested in recommendations from this lot... -- Joe Carter Software Engineer Brite Voice Systems Ltd, Ga

Re: CORBA sites

1998-07-29 Thread Richard Jones
[EMAIL PROTECTED] wrote: > > Hi All > > I am a Java Developer > Now I want to learn CORBA > > Can u suggest some good sites on WEB where I can get more Info. A good place to start is http://www.omg.org/ This is the standards body that defines CORBA, and you can download the whole spec for free

CORBA sites

1998-07-29 Thread maheshm
Hi All I am a Java Developer Now I want to learn CORBA Can u suggest some good sites on WEB where I can get more Info. Thanks in Advance, Mahesh M.

JDB & linux

1998-07-29 Thread Milan Gabor
Hi! I downloaded Jdk1.1.6 and I got this strange message when I try to run jdb: RC: free: double-freed at 81C97C8 Initializing jdb... Failed accessing debugging session on localhost: invalid password. Agent password=i764w Any clues ? Please cc it to my e-mail, since I am not on list. Tnx. by

Re: JDK1.1.6 RPM version

1998-07-29 Thread Sorin Lingureanu
On Mon, 29 Jun 1998, Ken Paoletti wrote: > Hello there, > > I have two questions: > i) I cannot find a '.rpm' version of JDK1.1.6 (there was one for > JDK1.1.5) is this format no longer being supported or I just can't find > the URL? For RedHat 4.2: ftp://ftp.redhat.com/pub/contib/i386/jdk-1.1

JDK1.1.6 RPM version

1998-07-29 Thread Ken Paoletti
Hello there, I have two questions: i) I cannot find a '.rpm' version of JDK1.1.6 (there was one for JDK1.1.5) is this format no longer being supported or I just can't find the URL? ii) I notice under Sun's 'other ports' page, Linux is no longer mentioned, I thought it use to be, is Sun becomi

Re: Update: Beautifier - a fast, small and FREE automatic indenter for java source files

1998-07-29 Thread Tal Davidson
Stephen! Thanks a lot for your letter. In the past few days I read quite a few different prepared licences, but non seemed to be my 'cup of tea' - GPL too restrictive, and BSD to unrestrictve for my taste... Thus, I sat down and wrote a preliminary licence. After reading your letter I went and