From owner-freebsd-java Tue Jul 20 14:12:34 1999 Delivered-To: freebsd-java@freebsd.org Received: from radius.wavefire.com (radius.workfire.net [139.142.95.252]) by hub.freebsd.org (Postfix) with SMTP id 76AE6153ED for ; Tue, 20 Jul 1999 14:12:25 -0700 (PDT) (envelope-from swen@wavefire.com) Received: (qmail 14763 invoked from network); 20 Jul 1999 21:23:48 -0000 Received: from unknown (HELO swen) (139.142.95.222) by radius.workfire.net with SMTP; 20 Jul 1999 21:23:48 -0000 Message-Id: <3.0.32.19990720141204.0091e100@mail.wavefire.com> X-Sender: swen@mail.wavefire.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 20 Jul 1999 14:12:04 -0700 To: freebsd-java@freebsd.org From: Swen Kabis Subject: X-Windows to Java Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I was wondering if anyone knew of a program that could convert a program that was written for an X window to a Java script? Thanx in advance, Swen ~ -----BEGIN GEEK CODE BLOCK----- GCS/O d-(+) s:+>:- a- C++++ UB++$>++++$ P+ L++>++++$ E-- W++(++) N+ o? K? w--- O- M-- V-- PS+ PE@ Y PGP t++ 5++ X R* tv++ b+++(+) DI++ D+++ G++ e++ h---->$ r+++ x** -----END GEEK CODE BLOCK----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jul 20 15: 2:15 1999 Delivered-To: freebsd-java@freebsd.org Received: from cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.115.5]) by hub.freebsd.org (Postfix) with ESMTP id E91E114CC0 for ; Tue, 20 Jul 1999 15:01:44 -0700 (PDT) (envelope-from cmcurtin@cis.ohio-state.edu) Received: from gold.cis.ohio-state.edu (cmcurtin@gold.cis.ohio-state.edu [164.107.112.16]) by cis.ohio-state.edu (8.9.1/8.9.1) with ESMTP id SAA09035; Tue, 20 Jul 1999 18:01:40 -0400 (EDT) Received: (from cmcurtin@localhost) by gold.cis.ohio-state.edu (8.9.1/8.9.1) id SAA02355; Tue, 20 Jul 1999 18:01:39 -0400 (EDT) To: Swen Kabis Cc: freebsd-java@FreeBSD.ORG Subject: Re: X-Windows to Java References: <3.0.32.19990720141204.0091e100@mail.wavefire.com> X-Face: L"IcL.b%SDN]0Kql2b`e.}+i05V9fi\yX#H1+Xl)3!+n/3?5`%-SA-HDgPk9uTk<3dv^J5DCgal)-E{`zN#*o6F|y>r)\< Date: 20 Jul 1999 18:01:39 -0400 In-Reply-To: Swen Kabis's message of "Tue, 20 Jul 1999 14:12:04 -0700" Message-ID: Lines: 24 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> On Tue, 20 Jul 1999 14:12:04 -0700, Swen Kabis said: Swen> I was wondering if anyone knew of a program that could convert a Swen> program that was written for an X window to a Java script? Hi, Your question doesn't make sense. The X Window System is a graphical environment. JavaScript is a programming language, typically used for enhancement of web-based user interfaces or customization of web server applications. JavaScript has nothing to do with the Java programming language, which is the topic of discussion on the freebsd-java list, to which you posted. If you want to make an X program work under Java, that's really not sensible, either. You need to find the language of the original program and look for a way to help automate the process of converting that to Java. If it uses X for graphics, then you'll also need something to convert the X graphical toolkit calls to Java's AWT or Swing toolkit calls. -- Matt Curtin cmcurtin@interhack.net http://www.interhack.net/people/cmcurtin/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jul 20 16:45: 9 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 7926714DA9; Tue, 20 Jul 1999 16:44:49 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id RAA22974; Tue, 20 Jul 1999 17:43:30 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id RAA23566; Tue, 20 Jul 1999 17:43:30 -0600 Date: Tue, 20 Jul 1999 17:43:30 -0600 Message-Id: <199907202343.RAA23566@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-announce@FreeBSD.org Cc: freebsd-java@FreeBSD.org, java-port@FreeBSD.org Subject: New JDK1.1.8 for FreeBSD X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ Sorry for the empty message I originally sent. Emailers are unforgiving... ] For all FreeBSD Java information, please checkout the WWW page. http://www.freebsd.org/java A new release has been made to fix a couple bugs in the old release. These include the older 'UDP broadcast' bug that was patched in the old release, and a new bug that involved floating point calculations on multi-threaded appliations. In particular, the floating point bug is especially insedious, and has existed in all FreeBSD JDK's since 1.1.6. Please updates to the most recent version, especially if you're doing *ANY* FPU work, as the old version would product bogus results in certain cases. - The FreeBSD Java Porting Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jul 20 16:51:53 1999 Delivered-To: freebsd-java@freebsd.org Received: from radius.wavefire.com (radius.workfire.net [139.142.95.252]) by hub.freebsd.org (Postfix) with SMTP id 26AA015516 for ; Tue, 20 Jul 1999 16:51:40 -0700 (PDT) (envelope-from swen@wavefire.com) Received: (qmail 17357 invoked from network); 20 Jul 1999 23:35:49 -0000 Received: from unknown (HELO swen) (139.142.95.222) by radius.workfire.net with SMTP; 20 Jul 1999 23:35:49 -0000 Message-Id: <3.0.32.19990720162404.00935100@mail.wavefire.com> X-Sender: swen@mail.wavefire.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 20 Jul 1999 16:24:04 -0700 To: freebsd-java@freebsd.org From: Swen Kabis Subject: Re: X-Windows to Java Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >The X Window System is a graphical environment. JavaScript is a >programming language, typically used for enhancement of web-based user >interfaces or customization of web server applications. JavaScript >has nothing to do with the Java programming language, which is the >topic of discussion on the freebsd-java list, to which you posted. I made a mistake, didn't mean to write 'script'... >If you want to make an X program work under Java, that's really not >sensible, either. You need to find the language of the original >program and look for a way to help automate the process of converting >that to Java. If it uses X for graphics, then you'll also need >something to convert the X graphical toolkit calls to Java's AWT or >Swing toolkit calls. Thats exactly it... I'm looking for a program to convert some game code from a GNOME desktop enviroment and convert it to java. As far as i know, i have to convert from c++ to java, and then do the graphical call changes... can anyone help me out? Swen ~ -----BEGIN GEEK CODE BLOCK----- GCS/O d-(+) s:+>:- a- C++++ UB++$>++++$ P+ L++>++++$ E-- W++(++) N+ o? K? w--- O- M-- V-- PS+ PE@ Y PGP t++ 5++ X R* tv++ b+++(+) DI++ D+++ G++ e++ h---->$ r+++ x** -----END GEEK CODE BLOCK----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jul 20 21:23:42 1999 Delivered-To: freebsd-java@freebsd.org Received: from ren.detir.qld.gov.au (ns.detir.qld.gov.au [203.46.81.66]) by hub.freebsd.org (Postfix) with ESMTP id F2C2F15155; Tue, 20 Jul 1999 21:23:31 -0700 (PDT) (envelope-from syssgm@detir.qld.gov.au) Received: by ren.detir.qld.gov.au; id OAA21844; Wed, 21 Jul 1999 14:21:33 +1000 (EST) Received: from ogre.detir.qld.gov.au(167.123.8.3) by ren.detir.qld.gov.au via smap (3.2) id xmab21715; Wed, 21 Jul 99 14:21:06 +1000 Received: from atlas.detir.qld.gov.au (atlas.detir.qld.gov.au [167.123.8.9]) by ogre.detir.qld.gov.au (8.8.8/8.8.7) with ESMTP id OAA03778; Wed, 21 Jul 1999 14:19:35 +1000 (EST) Received: from nymph.detir.qld.gov.au (nymph.detir.qld.gov.au [167.123.10.10]) by atlas.detir.qld.gov.au (8.8.5/8.8.5) with ESMTP id OAA13338; Wed, 21 Jul 1999 14:19:34 +1000 (EST) Received: from nymph.detir.qld.gov.au (localhost.detir.qld.gov.au [127.0.0.1]) by nymph.detir.qld.gov.au (8.8.8/8.8.7) with ESMTP id OAA05553; Wed, 21 Jul 1999 14:19:33 +1000 (EST) (envelope-from syssgm@nymph.detir.qld.gov.au) Message-Id: <199907210419.OAA05553@nymph.detir.qld.gov.au> To: Nate Williams Cc: freebsd-java@FreeBSD.org, java-port@FreeBSD.org, syssgm@detir.qld.gov.au Subject: Re: New JDK1.1.8 for FreeBSD References: <199907202343.RAA23566@mt.sri.com> In-Reply-To: <199907202343.RAA23566@mt.sri.com> from Nate Williams at "Tue, 20 Jul 1999 17:43:30 -0600" Date: Wed, 21 Jul 1999 14:19:33 +1000 From: Stephen McKay Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tuesday, 20th July 1999, Nate Williams wrote: >A new release has been made to fix a couple bugs in the old release. Thank you! Gush! Gush! Praise! (Hmm, was that a bit too much? :-) >Please updates to the most recent version, especially if you're doing >*ANY* FPU work, as the old version would product bogus results in >certain cases. Everyone should upgrade. We were bitten by floating point failures in the java date routines. Have a look at java.util.GregorianCalendar some time. Have a bucket handy. Well, it offended me, at least. Stephen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Jul 21 23:39:26 1999 Delivered-To: freebsd-java@freebsd.org Received: from sn1.speednet.net (sn1.speednet.net [202.69.250.88]) by hub.freebsd.org (Postfix) with ESMTP id 6A43714FEB for ; Wed, 21 Jul 1999 23:39:19 -0700 (PDT) (envelope-from dennisip@geocities.com) Received: from speednet.net.speednet.net (241-31.speednet.net [202.69.241.31]) by sn1.speednet.net (8.9.0/8.9.0) with SMTP id OAA10004 for ; Thu, 22 Jul 1999 14:32:35 +0800 (HKT) From: "Summer" To: Subject: ELF interpreter Date: Thu, 22 Jul 1999 14:47:22 +0800 Message-ID: <01bed40e$0d5d46c0$1ff145ca@speednet.net.speednet.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0036_01BED451.1B8086C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0036_01BED451.1B8086C0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Hi~!I had some problem on jdk1.1.8,after i setup,and i want to one it = under /usr/local/jdk1.1.8/bin,i try all commands ,it said that"ELF = interpreter /usr/libexec/ld-elf.so.1 not found"..how can i do ?thanks.. ------=_NextPart_000_0036_01BED451.1B8086C0 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
Hi~!I had some problem on = jdk1.1.8,after i=20 setup,and i want to one it under /usr/local/jdk1.1.8/bin,i try all = commands ,it=20 said that"ELF interpreter /usr/libexec/ld-elf.so.1 not = found"..how can=20 i do ?thanks..
------=_NextPart_000_0036_01BED451.1B8086C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Jul 21 23:52:18 1999 Delivered-To: freebsd-java@freebsd.org Received: from staff.maths.adelaide.edu.au (staff.maths.adelaide.edu.au [129.127.44.1]) by hub.freebsd.org (Postfix) with ESMTP id 8166F14FBF for ; Wed, 21 Jul 1999 23:52:12 -0700 (PDT) (envelope-from glewis@maths.adelaide.edu.au) Received: (from glewis@localhost) by staff.maths.adelaide.edu.au (8.9.3/8.9.3/UofA-1.5) id QAA13710; Thu, 22 Jul 1999 16:22:06 +0930 (CST) From: Gregory D Lewis Message-Id: <199907220652.QAA13710@staff.maths.adelaide.edu.au> Subject: Re: ELF interpreter In-Reply-To: <01bed40e$0d5d46c0$1ff145ca@speednet.net.speednet.net> from Summer at "Jul 22, 1999 02:47:22 pm" To: dennisip@geocities.com (Summer) Date: Thu, 22 Jul 1999 16:22:05 +0930 (CST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL49 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What version of FreeBSD are you using? If its 2.2.x then you've downloaded the wrong version of the JDK. -- Greg Lewis Applied Maths Department Email : glewis@maths.adelaide.edu.au University of Adelaide -- People will accept your ideas much more readily if you tell them that Benjamin Franklin said it first. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Jul 24 9:47:23 1999 Delivered-To: freebsd-java@freebsd.org Received: from web209.mail.yahoo.com (web209.mail.yahoo.com [128.11.68.109]) by hub.freebsd.org (Postfix) with SMTP id 2FE8014D59 for ; Sat, 24 Jul 1999 09:47:21 -0700 (PDT) (envelope-from wadia77@yahoo.com) Message-ID: <19990724164649.18953.rocketmail@web209.mail.yahoo.com> Received: from [208.222.11.137] by web209.mail.yahoo.com; Sat, 24 Jul 1999 12:46:49 EDT Date: Sat, 24 Jul 1999 12:46:49 -0400 (EDT) From: wadia mohamed al-zantuti Subject: java and XFree86 ? To: freebsd-java@freeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi everyone ,, i have installed freeBSD 2.2.8 and jdk-1.1.8 Q) i want to install Graphical user interface GUI ,is it nessary to install XFree86. Q)I have read a document jdk 1.1 for freeBSD so how can i set up my DISPLAY environment. Q)What is the meanning of AWT component ? thanks wadia _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Jul 24 9:56:11 1999 Delivered-To: freebsd-java@freebsd.org Received: from staff.maths.adelaide.edu.au (staff.maths.adelaide.edu.au [129.127.44.1]) by hub.freebsd.org (Postfix) with ESMTP id E79D215131 for ; Sat, 24 Jul 1999 09:56:05 -0700 (PDT) (envelope-from glewis@maths.adelaide.edu.au) Received: (from glewis@localhost) by staff.maths.adelaide.edu.au (8.9.3/8.9.3/UofA-1.5) id CAA26319; Sun, 25 Jul 1999 02:25:38 +0930 (CST) From: Gregory D Lewis Message-Id: <199907241655.CAA26319@staff.maths.adelaide.edu.au> Subject: Re: java and XFree86 ? In-Reply-To: <19990724164649.18953.rocketmail@web209.mail.yahoo.com> from wadia mohamed al-zantuti at "Jul 24, 1999 12:46:49 pm" To: wadia77@yahoo.com (wadia mohamed al-zantuti) Date: Sun, 25 Jul 1999 02:25:37 +0930 (CST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL49 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > i have installed freeBSD 2.2.8 and jdk-1.1.8 > Q) i want to install Graphical user interface > GUI ,is it nessary to install XFree86. Yes. > Q)I have read a document jdk 1.1 for freeBSD > so how can i set up my DISPLAY environment. Once you have installed XFree86, read the X man page. In general, you won't need to set DISPLAY unless you are doing things remotely (i.e. this shouldn't be an issue for you). > Q)What is the meanning of AWT component ? I'm not sure I understand the question. AWT = Abstract Window Toolkit (I think :) and is a graphical toolkit for Java which has essentially been superseded by the Swing toolkit. -- Greg Lewis Applied Maths Department Email : glewis@maths.adelaide.edu.au University of Adelaide -- The meek shall inherit the earth -- they are too weak to refuse. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Jul 24 10:18:41 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id AF6B61513D for ; Sat, 24 Jul 1999 10:18:39 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA27813; Sat, 24 Jul 1999 11:16:58 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA13793; Sat, 24 Jul 1999 11:16:57 -0600 Date: Sat, 24 Jul 1999 11:16:57 -0600 Message-Id: <199907241716.LAA13793@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Gregory D Lewis Cc: wadia77@yahoo.com (wadia mohamed al-zantuti), freebsd-java@FreeBSD.ORG Subject: Re: java and XFree86 ? In-Reply-To: <199907241655.CAA26319@staff.maths.adelaide.edu.au> References: <19990724164649.18953.rocketmail@web209.mail.yahoo.com> <199907241655.CAA26319@staff.maths.adelaide.edu.au> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Q)What is the meanning of AWT component ? > > I'm not sure I understand the question. AWT = Abstract Window Toolkit > (I think :) and is a graphical toolkit for Java which has essentially > been superseded by the Swing toolkit. Close, but not quite. AWT is the 'base' functionality for GUI functionality. However, large portions of Swing are based upon the AWT (extend AWT components), so Swing is more like a superset of the AWT functionality, at least in its current unix instantiations. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message