Re: [tcljava-user] jacl 1.3.1 for java 5
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2005-01-13 06:22:56
|
On Fri, 24 Dec 2004 13:13:24 +0100 Johannes Kleinlercher <joh...@kl...> wrote: > Hi, > > I have Java 5 installed on my box and doing a make on jacl returns the > following: > > tcl/lang/TclClassLoader.java:535: as of release 1.5, 'enum' is a > keyword, and may not be used as an identifier > (try -source 1.4 or lower to use 'enum' as an identifier) > Enumeration enum; // List of the contents of the jar file. > > > Is that fixed in any new version of jacl? This is now fixed in the CVS version of Jacl. You can also apply the attached patch to your version and it will fix the problems. cheers Mo DeJong |