From owner-freebsd-hackers Sun Jan 4 10:12:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12424 for hackers-outgoing; Sun, 4 Jan 1998 10:12:44 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA12347 for ; Sun, 4 Jan 1998 10:12:12 -0800 (PST) (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 LAA04242; Sun, 4 Jan 1998 11:12:09 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA19119; Sun, 4 Jan 1998 11:12:08 -0700 Date: Sun, 4 Jan 1998 11:12:08 -0700 Message-Id: <199801041812.LAA19119@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Amancio Hasty Cc: hackers@FreeBSD.ORG Subject: Re: FreeBSD Java Apps? In-Reply-To: <199801041023.CAA11922@rah.star-gate.com> References: <199801041023.CAA11922@rah.star-gate.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk > Curious, are people using FreeBSD to develop Java apps ? I just 'ported' OrbixWeb3.0 to FreeBSD yesterday, and my company uses Java/CORBA for our primary line of business. My results convinced my boss to upgrade his older FreeBSD 2.1 box to 2.2 so he could do Java development on it, so I'm in the process of upgrading it. IMHO, the *biggest* problem with the current JDK is using LessTif. I have *nothing* but problems all over the place when I use the lessTif version, but if I replace the LessTif shared library with the Motif shared library most of those things work again. Unfortunately, other things break with linkage errors. What I'd like to see if the diffs so I can roll my own release with Motif, and then possibly figure out a way to release it publically, since the bug are easy to run into with any significant applications. > >From my brief exposure to jdk1.1.5 , Swing, Beans, etc.., it seems > that there is enough critical infra-structure to create useful apps > also there are plenty of lessons there in OO methodology -- I am very pro-Java, and this is after using it consistanly for 13 months solid. The last 9 months has been full-time Java programming, and while I dislike the 'Java of the day' problems that plague our software and the inability of 3rd party vendors to keep up, I do like the direction they are headed. > So is Java the technology which will launch application development > in FreeBSD?? I doubt it. But, Java could be the technology that allows applications to actually run under FreeBSD, irregardless of whether or not they were developed there or not. Plus, it allows FreeBSD folks to develop applications for Win32/Solaris/NC's and the like while still leveraging all of the knowledge and familiarity with unix/FreeBSD development. Nate