From dougo@ccs.neu.edu Tue Jan 7 15:57:09 1997 Received: from nowhere.pure.com (cookie-crisp.ccs.neu.edu [129.10.112.31]) by amber.ccs.neu.edu (8.8.4/8.7.3) with SMTP id PAA18233; Tue, 7 Jan 1997 15:57:05 -0500 (EST) Date: Tue, 7 Jan 1997 15:57:05 -0500 (EST) Message-Id: <199701072057.PAA18233@amber.ccs.neu.edu> Received: by nowhere.pure.com (4.1/CLIENT-1.0) id AA00216; Tue, 7 Jan 97 15:59:47 EST From: Doug Orleans To: Karl Lieberherr Cc: binoy@ccs.neu.edu, ccs.courses.com1205@ccs.neu.edu, csaia@ccs.neu.edu, johan@ccs.neu.edu, kedar@ccs.neu.edu Subject: Re: Java on Alphas In-Reply-To: <199701071836.NAA26257@stockberg.ccs.neu.edu> References: <199701071836.NAA26257@stockberg.ccs.neu.edu> X-Face: ,HWj@r1~8onbE_1x>uxU@3+pdQ>wXW.a:'$Q/`^aA0sh}!JxD8ueZ7vTwvvl]y*Ai9]`Wqd ^o[-r'u!3,@i>wCa Status: R Karl Lieberherr writes: > can we run Demeter/Java generated code on Alphas? Yes. > Should we report to systems? I will talk to Woj; I asked him to finish some cleanup stuff last month but we never got it all straightened out. > iron:/proj/adaptive/www/course/f96/hw/1/binary-tree% java Main < tree.input > /proj/demsys/demjava/bin/java: /arch/com/packages/netscape-3.0/bin/java: not found On the Alphas, you'll need to use /arch/com/bin/java instead of /proj/demsys/demeter/java. Probably the best way to get this to happen is to have your ~/.software file look something like this: home @gnu-all @all PATH=/proj/demsys/demjava/bin dot Also, you'll probably need /proj/demsys/demjava/classes in your $CLASSPATH. > fuji:/proj/adaptive/www/course/f96/hw/1/binary-tree% java Main < tree.input > ld.so: warning: /usr/lib/libc.so.1.8 has older revision than expected 9 This warning is harmless; it's just that the version of netscape we have is for SunOS 4.1.4 and fuji is only running 4.1.3. You can ignore the warning (you'll probably get it with other programs on fuji too). --Doug