[Soot-list] tracking down class-resolver problems

Chris Pickett chris.pickett at mail.mcgill.ca
Thu Feb 28 12:33:54 EST 2008


Chris Pickett wrote:
> Will Benton wrote:
>> Yes, the problem I've had with xalan (and fop) is that I can't build 
>> and analyze them against GNU Classpath (which I want to do because I 
>> will be running them in Jikes).  They won't build against any of the 
>> GNU Classpath libraries I have installed (because they are JDK 1.5 
>> libraries), and if I build them against the Sun JDK, they will contain 
>> references to classes that aren't in GNU Classpath, so they won't 
>> analyze.  If anyone has a solution for this (or a suggestion for a 
>> suitably ancient version of Classpath), I'd appreciate hearing about it.
> 
> Try -source 1.4

Or -target 1.4, which might work if they have 1.5 language features.

I don't know... just what I thought of.  Soot also has (or had) a 
Java-to-Jimple frontend, I don't know about 1.5 status though.

Chris


More information about the Soot-list mailing list