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
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
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
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:
> >
> >
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:
>
> #
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
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
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
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