This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: 3rd Party Classes: bad value constant type 0, index 0
- To: "Alan W. Jurgensen" <alan@fullcompass.com>
- Subject: Re: 3rd Party Classes: bad value constant type 0, index 0
- From: Bryce McKinlay <bryce@albatross.co.nz>
- Date: Thu, 17 Jun 1999 11:12:27 +1200
- CC: GCJ JAVA Discussions <java-discuss@sourceware.cygnus.com>
- References: <37680B9A.32425CC4@fullcompass.com>
"Alan W. Jurgensen" wrote:
> I'm giving gcj a test-drive as a possible tool to implement
> a JTAPI (Java Computer Telephony) server...
>
> Using 3rd party Classes (Lucent is PBX implementation)
> I get: bad value constant type 0, index 0
>
> No access to CTI java source possible =(...
>
> Platform is RedHat6.0 Linux 2.2.5-15, glibc 2.2.1, ...
>
> ANY IDEAS WHAT TO TRY? thx!
It looks like these classes have been run through an obfuscator. Unfortunatly,
gcj seems to have trouble with obfuscated classes. I got similar errors trying
to compile the "volano" benchmark.
regards
[ bryce ]