Return Receipt
Your RE: Java 1.5
document
Hi,
> Has anyone been able to compile Batik with Sun's j2sdk1.5.0 ?
We succesfully compile batik in j2sdk1.5.0, if we use the following
option
- target = 1.4
- source = 1.4
If using default option, it complain about enum stuff.
Regards
Tonny Kohar
--
Sketsa
SVG Graphics Editor
http://www.kiyu
Stan Dickerson wrote:
Has anyone been able to compile Batik with Sun's j2sdk1.5.0 ?
It doesn't look like it will. Some would be pretty simple
to fix (enum is now a keyword for example). Some would be a
lot more work, in particular it seems like JDK 1.5 has DOM
Level 3, which is what it thinks
will forge the
best weapon in the world. - Captain Simon Ecuyer 1763
-Original Message-
From: Stan Dickerson [mailto:[EMAIL PROTECTED]
Sent: Friday, October 29, 2004 2:03 PM
To: [EMAIL PROTECTED]
Subject: Java 1.5
Has anyone been able to compile Batik with
Has anyone been able to compile Batik with Sun's j2sdk1.5.0 ?
Also, when I use the jre from 1.5, the first drawing is usually only
partially displayed (one or more rectangular areas are completely
rendered).
Thanks,
Stan Dickerson
Energy Control Systems
I tried to compile batik-src-04-04-01 with
j2sdk-1_5_0-beta-linux-i586 and got 100 errors. I'm trying to solve the
problem I posted to batik-users ("Java 1.5 beta and Batik"). Some of the
errors look trivial (like renaming "enum") but many would require some
re