From owner-freebsd-questions Mon Oct 6 13:15:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA24977 for questions-outgoing; Mon, 6 Oct 1997 13:15:17 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.cre8tivegroup.com (abt6.bitwise.net [204.97.222.226]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA24966 for ; Mon, 6 Oct 1997 13:15:11 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from [204.255.227.44] by mail.cre8tivegroup.com (SMTPD32-3.04) id A783790C0176; Mon, 06 Oct 1997 16:18:11 -0400 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 06 Oct 1997 16:03:37 -0400 (EDT) Organization: The Creative Group From: Patrick Gardella To: "Eric J. Schwertfeger" Subject: ICQ for Java (was: Java not happy with my machine) Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk To all those who are going to try the ICQ Java version, here are some hints I worked out to get it to work: 1) Only JDK 1.0.2 works. I used the FreeBSD port of JDK 1.0.2. Read the README!. Took me a while to realize that I needed the pdksh shell as well. You also need to uncompress the tarball in your favorite location. Mine was /usr/local/java. (I didn't try kaffe) 2) Update your .login/profile/.cshrc to point to the java stuff. Mine from cshrc is: setenv CLASSPATH .:/usr/local/java/classes.zip setenv LD_LIBRARY_PATH /usr/lib:/usr/local/lib:/usr/local/java/lib/i386 in my .login, I added "/usr/local/java/bin" to my path string. (if there is a better way, someone tell me!) 3) Un-tar the ICQJava where you want it. Mine is /usr/local/ICQJava 4) Modify the ./ICQJava/install file to point to the paths in 1 & 2 above. 5) Run ./install 6) Modify ./ICQ to add "-v" before "-classpath". This shouldn't be necessary, but otherwise, ICQ never displayed a thing. Annoying that you have to watch all the class calls, but you can run daemonized or minimize that window! I've reported this to Mirabilis. It works fine for me now. Hopefully they will upgrade it soon to allow chat. My UIN for ICQ is 425819. Thanks for listening! Patrick On 03-Oct-97 Eric J. Schwertfeger wrote: > >Basically, I want to try the Java version of ICQ, which requires a jdk >1.0.2 compatible java engine. So, I upgraded my video card so I could use >32 bpp rather than 16, tested Netscape (3.0.?) on some applets, all but >two of the jkd 1.0.2 demo apps worked fine. So, then I installed the >native JDK from http://www.csi.uottawa.ca/~kwhite/javaport.html. I played >around with the environment, but never got farther than > >Illegal instruction - core dumped