Troubles installing JDK-1.2

1999-05-15 Thread Emilian URSU
I installed JDK-1.2 on my computer RH 6.0 the script .java_wraper from the archive didn't work on my comupter so I did one for myself. - my-java-wraper #!/bin/sh HOME=/usr/local/jdk1.2 JRE=/usr/local/jdk1.2/jre LD_PRELOAD=/usr/lib/libstdc++-libc6.1-1.so.2 LD_LIBRARY_PATH=$JRE/lib/i386/g

libXt.so.6

1999-05-16 Thread Emilian URSU
I installed jdk-1.2 on my RH 6.0 system Comiling the *.java files works but the trouble is that I can't exec them with java *.class the error is : /usr/local/jdk1.2/bin/green_threads/java: error in loading shared libraries : libXt.so.6: cannot open object file: No such file or directory Does an

Re: Problem: can't run jdk1.2 under RedHat6.0

1999-05-20 Thread Emilian URSU
Hi, I had this problem to I read somewhere that RH6.0 doesn't support native_threads so I set my DEFAULT_THREADS_FLAG=green in my .java_wrapper I fixed this problem but I've got another one. Try on your system and tell me if it worked. On Wed, 19 May 1999, Zhihui Zhao wrote: > > hi, I ins

Re: getStickySystemClass failed jdk1.2 and RH6.0

1999-05-23 Thread Emilian URSU
Don't be so sure. try to set your DEFAULT_THREADS_FLAG=green in your .java_wrapper On Sat, 22 May 1999, Glenn Valenta wrote: > Found it! Thanks to Riyad Kalla for pointing me in the right direction. RH6.0 > uses glib2.1 and will not work with jdk1.2 yet. > > Glenn Valenta wrote: > > > >

Re: jdk1.2 problem

1999-05-24 Thread Emilian URSU
I can't tell you what the error is, yet but on my system the compile was ok. I put it at www.lspvs.sorosis.ro/~emilian On Sun, 23 May 1999, Glenn Wiens wrote: > The following code compiles with only a "deprecated" > warning under jdk1.2 for Windows98: > > #

Re: problems with jdk1.2 on redhat-6.0

1999-05-26 Thread Emilian URSU
I read about this error hundreads times at this mailling list. try to set you DEFAULT_THREADS_FLAG=green in your .java_wrapper it seems that RH6.0 doesn't support native_threads On Wed, 26 May 1999, Rajkishore Barik wrote: > Hi all, > I am a new user to this list. Few days back i

Re: CLASHES IN CLASSPATH

1999-05-26 Thread Emilian URSU
I think java it's looking for your *.class in the directories included in your CLASSPATH try to set CLASSPATH=/usr/share/jdk-1.1.6v2/lib/classes111.zip:. '.' is for java to look for your classes in your working directory On Wed, 26 May 1999, Anupama Jayathilake wrote: > I got a problem.Pl

Re: CLASHES IN CLASSPATH

1999-05-26 Thread Emilian URSU
o > not with > $ java Hello.class > ) > > On the other hand, the advice below (quoted) to put your current folder > into your CLASSPATH is correct. > After reassigning the CLASSPATH, don't forget to export it: > $ export CLASSPATH > Also, you may use java wi

Re: jdk1.2 on RedHat-6.0

1999-05-31 Thread Emilian URSU
you don't read any mail from this list ? set your DEFAULT_THREADS_FLAG=green in your .java_wrapper it seems that RH6.0 doesn't support native_threads On Mon, 31 May 1999, Edmund Mergl US/EA4 60/2/146 #44006 wrote: > > a fresh install of jdk1.2 on a RedHat 6.0 system gives the follwing