Wrapper?
Hi, I use Blackdown Java on my FreeBSD system because in my opinion it has more stability than the ports for FreeBSD. Can someone explain me the meaning of the "wrappers" included in Blackdown Java? Under http://www.Volano.com I found following hint: Modified /usr/local/j2sdk1.3.0/bin/.java_wrapper as follows: $ diff .java_wrapper.old .java_wrapper 36,37c36,37 < link=`expr "$ls" : '.*-> \(.*\)$'` < if expr "${link}" : '/' > /dev/null; then --- > link=`/usr/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` > if /usr/compat/linux/usr/bin/expr "${link}" : '/' > /dev/null; then I wonder if I had to to the same if I used another LINUX JAVA - i.e. the SUN version for LINUX? Best regards Volker -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
GLIBC versioning problem (GLIBC2.1 not defined in file ...)
Hello, I built the Sun's CVM using the blackdown Jdk 1.3 for linux on a redhat 7.1 box. It works fine. I then built it using a arm-cross compiler for a arm linux kernel (based 2.4.0). I get the following error .. /cvm: error in loading shared libraries: ./cvm: symbol sem_init, version GLIBC2.1 not defined in file libpthread.so.0 with link time reference. How can i work around this problem ? Thanks in advance for your help. Regards - asit -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Error running Blackdown j2sdk-1.3.1-02a-FCS-linux-i386 'java -version'
Title: Email_Tail With Blackdown j2sdk-1.3.1-02a-FCS-linux-i386, I get the following when I run 'java -version' java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-02a-FCS) Java HotSpot(TM) Client VM (build Blackdown-1.3.1_02a-FCS, mixed mode) Another exception has been detected while we were handling last error. Dumping information about last error: ERROR REPORT FILE = (N/A) PC = 0x0x4025c0e8 SIGNAL = 11 FUNCTION NAME = (N/A) LIBRARY NAME = (N/A) Please check ERROR REPORT FILE for further information, if there is any. Good bye. Segmentation fault I get a similar problem with j2sdk-1.3.1 I'm running a fairly vanilla SuSE 7.3 installation (kernel 2.4.10). (The only slightly non-standard part of myt system is the processor, an AMD Athlon 800 mhz; I've been running Java on this processor for a couple years and I can't believe that this is the problem). The Sun and IBM version of 1.3.1 run without problems, as does Blackdown 1.3.0 Has anyone else had this problem? Any ideas as to what's causing it? Thanks Barnet Wagman
Re: Error running Blackdown j2sdk-1.3.1-02a-FCS-linux-i386 'java -version'
try one of the old gotchas ulimit -s 2048 > Barnet Wagman wrote: > > With Blackdown j2sdk-1.3.1-02a-FCS-linux-i386, I get the following when I > run 'java -version' > > java version "1.3.1" > Java(TM) 2 Runtime Environment, Standard Edition (build > Blackdown-1.3.1-02a-FCS) > Java HotSpot(TM) Client VM (build Blackdown-1.3.1_02a-FCS, mixed > mode) > > > Another exception has been detected while we were handling last > error. > Dumping information about last error: > ERROR REPORT FILE = (N/A) > PC= 0x0x4025c0e8 > SIGNAL= 11 > FUNCTION NAME = (N/A) > LIBRARY NAME = (N/A) > Please check ERROR REPORT FILE for further information, if there > is any. > Good bye. > Segmentation fault > > I get a similar problem with j2sdk-1.3.1 > > I'm running a fairly vanilla SuSE 7.3 installation (kernel 2.4.10). (The > only slightly non-standard part of myt system is > the processor, an AMD Athlon 800 mhz; I've been running Java on this > processor for a couple years and I > can't believe that this is the problem). > > The Sun and IBM version of 1.3.1 run without problems, as does Blackdown > 1.3.0 > > Has anyone else had this problem? Any ideas as to what's causing it? > > Thanks > > Barnet Wagman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]