From owner-freebsd-java Sat Aug 25 2:41:56 2001 Delivered-To: freebsd-java@freebsd.org Received: from matsulab.is.titech.ac.jp (matsulab.is.titech.ac.jp [131.112.35.129]) by hub.freebsd.org (Postfix) with ESMTP id A8D9937B408 for ; Sat, 25 Aug 2001 02:41:52 -0700 (PDT) (envelope-from fuyuhik8@is.titech.ac.jp) Received: from tripper.private by matsulab.is.titech.ac.jp (8.8.8+Sun/3.7W) id SAA29067; Sat, 25 Aug 2001 18:41:18 +0900 (JST) Date: Sat, 25 Aug 2001 18:43:43 +0900 Message-ID: <55wv3sqxtc.wl@tripper.private> From: Fuyuhiko Maruyama To: Mikhail Kruk Cc: Greg Lewis , java@FreeBSD.ORG Subject: Re: jdk1.3.1 awt exception, plugin, OpenJIT In-Reply-To: <20010825130721.A20869@misty.eyesbeyond.com> References: <20010825120422.A18841@misty.eyesbeyond.com> <20010825130721.A20869@misty.eyesbeyond.com> User-Agent: Wanderlust/2.6.0 (Twist And Shout) on XEmacs/21.5.1 (anise) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At Sat, 25 Aug 2001 13:07:22 +0930, Greg Lewis wrote: > There is a known problem using XIM in some circumstances. Do you have > any non-english language enabled? There is a known problem with the > patches and XIM and Japanese. I think Mikhail's problem isn't the same problem as I met, but now I can reproduce the problem Mikhail met (java.awt.AWTException: cannot open XIM), so I will try to fix it as soon as possible. > On Fri, Aug 24, 2001 at 11:18:29PM -0400, Mikhail Kruk wrote: > > The question I forgot to ask in prev. message was about OpenJIT... > > is it supposed to work with jdk1.3.1? For some reason it says that OpenJIT > > is not found ajd jdk1.1.8 when started in the same environment seems to > > use it. I'm also a developer of OpenJIT, so I have a question about this. Do you have OpenJIT compiled against jdk1.3.1? The problem may be because you set the environment variable JAVA_COMPILER=OpenJIT but there is not OpenJIT for jdk1.3.1. In fact, I haven't try OpenJIT with jdk1.3.1 on FreeBSD yet. It is known to work with jdk1.3.x in Solaris and Linux, once you have OpenJIT compiled against jdk1.3.1, it will work for FreeBSD's jdk1.3.1 as well. To do so, it may need some patch for OpenJIT to fix the path problem: the name of directory includes JDK's system dependent header files are changed from jdk1.2.2-patchset10 days, it is used to {include,include-old}/freebsd, but now it is {include,include-old}/bsd. Making symbolic link /usr/local/jdk1.3.1/include/freebsd->/usr/local/jdk1.3.1/include/bsd and /usr/local/jdk1.3.1/include-old/freebsd->/usr/local/jdk1.3.1/include-old/bsd may also fix the problem. By the way, I'm implementing OpenJIT2, the brandnew OpenJIT designed from scratch and the work is stopping because I'm now working to port J2SDK 1.3.1 for *BSD. Which is more important do you think? To complete OpenJIT2? or to port J2SDK 1.3.1 first? ;-) -- Fuyuhiko MARUYAMA Matsuoka laboratory, Department of Mathematical and Computing Sciences, Graduate School of Information Science and Engineering, Tokyo Institute of Technology. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message