Port...

1999-10-06 Thread Riyad Kalla
I don't think I've ever seen this asked, but what cause the Java 1.2 port to be SUCH a huge undertaking? Was any of the effort put into 1.1 able to be crossed over to the 1.2 port? And if this is the case with every major release, will 1.3 follow the same path? I'm mostly curious about what was

Re: libjava.so not found

1999-10-06 Thread Shawn McKisson
I believe that libjava.so gets added in by the .java_wrapper. Try placing some debug flags into that script and see what it is setting the LD_LIBRARY_PATH env var to. --shawn SteveC wrote: > > hi, > > Running RH6, blackdown JDK1.2 pre 2. Installed via tar > xvf to /usr/local/ I put > /usr/loca

install

1999-10-06 Thread Boris Dragovic
hi :) i have downloaded jdk1.2 for Linux glibc2.0 and unpacked it and put bin directory in PATH and when I start any of the executables it says: libthread.so.0 : undefined symbol: __libc_rewinddir any help, please?   boris

libjava.so not found

1999-10-06 Thread SteveC
hi, Running RH6, blackdown JDK1.2 pre 2. Installed via tar xvf to /usr/local/ I put /usr/local/jdk1.2/jre/lib/i386 in ld.so.conf then ran /sbin/ldconfig. Ran ldconfig -D which reports the java libs... Then put /jdk1.2/bin/ in the path and run ./javac which reports it can't find libjava.so. What

Re: Applet parameters not recognized.

1999-10-06 Thread David Marshall
"Roll, Greg" wrote: I am experiencing a strange problem in that I can't seem to get the parameters I am passing to my applet to be recognized correctly.  I have written a small sample program from one of my texts and still receive the problem... when I run the following code I would expect to see

Re: required Libraries

1999-10-06 Thread Paolo Ciccone
On Wed, Oct 06, 1999 at 11:18:13AM -0400, Jacob Nikom wrote: > Hi, > > I am interested in this discussion, but I am trying to convert it > into more plain English. I always thought that the lightweight > components are peerless. Swing still needs some heaviweight componentes, namely the AWT F

Re: Applet parameters not recognized.

1999-10-06 Thread Oliver Koell
"Roll, Greg" wrote: > > I am experiencing a strange problem in that I can't seem to get the > parameters I am passing to my applet to be recognized correctly. I have > written a small sample program from one of my texts and still receive the > problem... when I run the following code I would exp

IBM Web Application Server

1999-10-06 Thread Claudio
Dear... I installed the rpm IBMWebAS2.0 for linux, and it's running good, but a doubt about the destination directories, that is /opt, how can I change the dest dir, (as /usr/local) from the rpm -iv command? is it possible? regards.Claudio ---

Applet parameters not recognized.

1999-10-06 Thread Roll, Greg
I am experiencing a strange problem in that I can't seem to get the parameters I am passing to my applet to be recognized correctly. I have written a small sample program from one of my texts and still receive the problem... when I run the following code I would expect to see "Hello Bonzo!" but a

Re: Classpath

1999-10-06 Thread Shawn McKisson
Roger Smith wrote: > > hey there I installed the jdk1.1.6 onto my Redhat system then I also > installed the mysql JDBC and I had to set the classpath so my program > would find the jdbc files, however, when I type java it says > "can't find class " and my other programs run fine without the > cl

Re: required Libraries

1999-10-06 Thread Nathan Meyers
Jacob Nikom wrote: > > Hi, > > I am interested in this discussion, but I am trying to convert it into > more > plain English. I always thought that the lightweight components are > peerless. > They don't need X libraries and work "directly" with OS and hardware. Lightweight or heavyweight, you

Re: required Libraries

1999-10-06 Thread Jacob Nikom
Hi, I am interested in this discussion, but I am trying to convert it into more plain English. I always thought that the lightweight components are peerless. They don't need X libraries and work "directly" with OS and hardware. Swing was claimed as lightweight component based package, so it s

Re: Java Linux ATM Sockets

1999-10-06 Thread Pete Hardie
Dimitris Terzis wrote: > Do you think there would be any interest in releasing this as open source to > the community? If yes, I could persuade the folks over here to allow me > doing so and will send over the current code as an alpha version, which we > could then play with and improve (and/or us

Classpath

1999-10-06 Thread Roger Smith
hey there I installed the jdk1.1.6 onto my Redhat system then I also installed the mysql JDBC and I had to set the classpath so my program would find the jdbc files, however, when I type java it says "can't find class " and my other programs run fine without the classpath set for the jdk but I n

Java Linux ATM Sockets

1999-10-06 Thread Dimitris Terzis
Hi guys... As part of my (Nortel Networks-funded) PhD work, I have spent a considerable amount of time for more than a year now playing with Java support for ATM. Because I haven't been able to find anything standard, I ended up creating my own implementation of Java sockets for Linux ATM. So, I