Re: jigsaw with JDK 1.2 ?

KyoungWoon, Cho wrote:

> Hello.
>
> I'm testing Jigsaw 2.0 beta 3 on win9x with JDK 1.2.
> Jigadmin with sun's JRE 1.2 can't run maybe due to class verfication error.
> Running with JRE 1.1 is OK but some layout problem occurred
> running Jigadmin.
>
> Jigsaw has a few deprecated API for JDK 1.2, so it should be modified.
> Is there any Jigsaw compiled with JDK 1.2 ?
>
> -----------------------------------------------------
> KyoungWoon, Cho
> OS Lab, Dept. of Comp. Sci., Seoul Nat'l Univ., Seoul, Korea
> cezanne@oslab.snu.ac.kr , ICQ#:18269610
> http://oslab.snu.ac.kr/~cezanne
> +081-02-880-6571, 011-748-0709

Class org.w3c.jigsaw.http.LoggingProp is loading itself through the following
statement

     Class.forName("org.w3c.jigsaw.http.LoggingProp")

JDK1.2 compiled version using JIT gives an error for this statement. The
workaround for this

a) use OldJava command available under /JDK1.2/bin/OldJava instead of Java or
b) set the JIT option off by
      set JAVA_COMPILER=NONE

Question to Jigsaw team. is JDK1.2 version planned in the near future? Thanks
___________________________________________________________________________
S.Ramaswamy
Matrix Infotech Syndicate
D-7, Poorti, Vikaspuri, New Delhi, 110018, India
PHONE: +91-11-5610050,   FAX: +91-11-5535103
WEB  :   http://MatrixInfotech.HyperMart.Net

Received on Friday, 11 December 1998 05:32:51 UTC