From owner-freebsd-java Sun Jun 9 18: 9:20 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.aist.go.jp (mx1.aist.go.jp [150.29.246.133]) by hub.freebsd.org (Postfix) with ESMTP id 53F4C37B40C for ; Sun, 9 Jun 2002 18:09:16 -0700 (PDT) Received: from rpsmtp1.aist.go.jp by mx1.aist.go.jp with ESMTP id g5A19DH14559; Mon, 10 Jun 2002 10:09:13 +0900 (JST) env-from (shudo@computer.org) Received: from mail03.aist.go.jp by rpsmtp1.aist.go.jp with ESMTP id g5A19CQ24625; Mon, 10 Jun 2002 10:09:12 +0900 (JST) env-from (shudo@computer.org) Received: from aist.go.jp by mail03.aist.go.jp with ESMTP id g5A19BJ24737; Mon, 10 Jun 2002 10:09:12 +0900 (JST) env-from (shudo@computer.org) Date: Mon, 10 Jun 2002 10:09:31 +0900 (JST) Message-Id: <20020610.100931.846934146.shudoh@localhost> To: jstepka@webprogrammers.net, freebsd-java@FreeBSD.ORG Subject: Re: jdk 1.3.1p6 + shujit + orion 1.5.4 From: shudo@computer.org In-Reply-To: <00de01c20fda$fe3664e0$1f01010a@jstepkaxp> References: <004b01c20f4c$678a8e60$1f01010a@jstepkaxp> <20020609.124654.596520665.shudoh@localhost> <00de01c20fda$fe3664e0$1f01010a@jstepkaxp> X-Mailer: Mew version 2.1 on XEmacs 21.4.6 (Common Lisp) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Justen, > Excellent. > > I was able to implement this fine, but I have noticed a few errors > with the system. > > when I access the following page everything works fine (JSP page) > http://10.1.1.39:8090/examples/jsp/num/numguess.jsp > > but when I try and access an html page > http://10.1.1.39:8090/examples/jsp/colors/colors.html > > the system gives me an error 500 page with the following error > > java.lang.IllegalAccessError: final or private field > at com.evermind[Orion/1.5.4 (build 10585)]._cp._shb(., Compiled Code) Would you clear the cache of your web browser or cache (proxy) server? And try loading again. If you use Mozilla or Navigator, you can load the web pages ignoring the cached pages by pushing the reload button and the shift key at the same time. Both above demo JSP applications work well on my machine with the following work-around. > From: > > I have implemented a work-around on shuJIT. > > I placed a new archive of shuJIT named shujit-020521.tar.gz > > on the shuJIT web page. > > In compiler.h in the new archive, you can find a line as follows: > > > > #undef SLACK_ACCESS_CONTROL > > > > If this line is changed to `#define', the strict access control of > > shuJIT will be loosen and Orion 1.5.4 will run. Kazuyuki Shudo shudo@computer.org http://www.shudo.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message