[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SableCC and JDK 1.2



Problem 1:

Executing 'java SableCC minibasic.txt' on WIN NT4.0 with java from JDK1.2
produces:

-------
SableCC version 2.6
Copyright (C) 1997, 1998 Etienne Gagnon (gagnon@sable.mcgill.ca).  All
rights reserved.

This software comes with ABSOLUTELY NO WARRANTY.  This is free software,
and you are welcome to redistribute it under certain conditions.

Type 'java SableCC -license' to view the complete copyright notice and
license.

java.lang.ClassFormatError: ca/mcgill/sable/sablecc/parser/Parser (Code of a
method longer than 65535 bytes)
--------

It does work however with Microsoft's jview.


Problem 2:

The code generated can't be compiled with javac 1.2 as the containers from
'sableutil' collide with with the ones from java.