Date: Thu, 09 Dec 1999 21:23:10 +0900 From: SHUDO Kazuyuki <shudoh@muraoka.info.waseda.ac.jp> To: patrick@whetstonelogic.com Cc: java@FreeBSD.ORG Subject: Re: IDE(s) for Java Message-ID: <199912091223.VAA28313@cafe.muraoka.info.waseda.ac.jp> In-Reply-To: Your message of "Wed, 08 Dec 1999 13:33:49 EST." <199912081833.NAA08272@p.wl.vg>
next in thread | previous in thread | raw e-mail | index | archive | help
> > The IDE Netbeans sell or sold, before being bought-up by SUN works, too. > > (only the "Developer 2.1.2"-Version - later ones require JDK2) Patrick Gardella <patrick@whetstonelogic.com> wrote: > Here are my results. > > No JIT: installs and runs fine with no changes to the wrapper > TYA 1.5: installs and runs fine with no changes to the wrapper > but it is slower to start (may seem to hang) > shuJIT 0.3.13: installs but dies with the following error: > An error occured during IDE initialization: > java.lang.IllegalAccessError: FinalAccessed Thanks for testing. I also tested shuJIT 0.3.13 with NetBeans 2.1.2 and got the same result. ShuJIT checks illegal accesses more strictly than the other runtime systems. In the case, an outer class tends to write into a private field of the inner class(*). This access should be allowed, but shuJIT 0.3.13 treats the access as illegal. I relaxed this check to allow that kind of accesses. (*) In com.netbeans.developer.text.Line#findIndex method, a private constructor com.netbeans.developer.text.Line$Index#<init> is called. I'd like to release the fixed version soon, but the release will be made after a problem on compatibility with Linux/JDK 1.2.2RC3 and native threads is resolved. Sorry. Kazuyuki SHUDO Happy Hacking! Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912091223.VAA28313>