Date: Wed, 13 Feb 2002 20:20:05 +0100 From: Oliver Schonefeld <oschonef@TechFak.Uni-Bielefeld.DE> To: Greg Lewis <glewis@eyesbeyond.com> Cc: freebsd-stable@freebsd.org Subject: Re: Java for FreeBSD Message-ID: <20020213202005.A14701@popocatepetl.TechFak.Uni-Bielefeld.DE> In-Reply-To: <20020214053946.B60507@misty.eyesbeyond.com>; from glewis@eyesbeyond.com on Thu, Feb 14, 2002 at 05:39:46AM %2B1030 References: <20020211142834.A81586@sr.se> <20020212155415.A64695@gurney.reilly.home> <15611674597.20020213182922@cybertron.tmfweb.nl> <20020214053946.B60507@misty.eyesbeyond.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Eines schoenen Tages schrieb Greg Lewis: > On Wed, Feb 13, 2002 at 06:29:22PM +0100, Alex wrote: > > Is there away to install JDK 1.3+ without X? > > Not from the port. It needs to be built on a machine with X, but once > you've done that you can create a package and move it to other machines > you have without X. The SCSL doesn't stop you doing this internally, > you just can't distribute the binary to others. Unfortunaly if using stuff from AWT, it needs X installed, or you will get an java.lang.UnsatisfiedLinkError, because it cannot find X libraries. I got this Error when using java.awt.Dimension (and only that) in my program on a machine without installed X libraries. My workaround was to avoid any java.awt stuff and store my dimension stuff in two int vars. The jdk13 was built on a different machine and installed as a package. Regards, Oliver Schonefeld P.S. anyways ... great job porting java. keep up the good work :) -- -------------------------------------------------------- And remember: "To Infinity And Far Beyond ... Somehow?!" email: oschonef@techfak.uni-bielefeld.de -------------------------------------------------------- Hi! I'm a .signature virus! Copy me in your ~/.signature to help me spread! <- Save this lifeform ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020213202005.A14701>