Blackdown on SuSE

2001-06-26 Thread Sam Joseph
Hi, I've been trying to install a blackdown jdk on an IBM penguin box using SuSE linux and have not had much luck so far. I can extract the blackdown version, and unpack it but when I try to run the java command I get this: l008064:~/j2sdk1.3.0/bin # ./java -version Error: can't find libjava.so

Re: Blackdown on SuSE

2001-06-26 Thread Sam Joseph
Follow up to my own mail - I got help from another list, the solution seems to be: >You need JDK that is compiled for s390(search google "s390 jdk"), for > example: > http://www.ibiblio.org/pub/languages/java/blackdown.org/JDK-1.2.2/s390/FCS/?M=A Sam Joseph wrote: > I've been trying to instal

Re: Blackdown on SuSE

2001-06-26 Thread Amol Kulkarni
Hi, It seems u have not updated the ld.so.conf present in the /etc directory., with the java lib path. Also after apeending the path runĀ  ldconfig . This will append the path of java lib. If this doesnt help i wll give u more tips. Tell me the enviroment settings of ur m/c. Like THREADS_FLAG etc