[SPAM] - Re: [Soot-list] Re: Problem with classpath / J2ME - Email found in subject

Philippe Laporte philippel at bluestreaktech.com
Wed May 23 10:40:57 EDT 2007


Hi,

     The answer is in a thread on this list that was posted to last
week.

 

Google for 

 

CLONEABLE = typeNode(RefType.v("java.lang.Cloneable"));

 

 

Best Regards,

Philippe Laporte

________________________________

From: soot-list-bounces at sable.mcgill.ca
[mailto:soot-list-bounces at sable.mcgill.ca] On Behalf Of Marco Kaufmann
Sent: 23 mai 2007 03:42
To: soot-list at sable.mcgill.ca
Subject: [SPAM] - Re: [Soot-list] Re: Problem with classpath / J2ME -
Email found in subject

 

Sorry, but that doesn't help. What I'm trying is to optimize the J2ME
CLDC 1.0 core classes (the java libraries for embedded systems). All
classes that belong to these libraries according CLDC 1.0 specification
are located in my .../CLDC10 directory, which I use as the soot
classpath. I don't want to optimize the Object.class, Class.class etc
from the J2SE's rt.jar, but the Object.class, Class.class etc located in
the CLDC10 directory (thus I can't add rt.jar to the soot classpath, but
must use .../CLDC10 instead of).

 

Cloneable.class doesn't exist in the CLDC10 directory, but it shouldn't
be a problem because actual none of the J2ME library classes references
it (as I said it's not part of the CLDC 1.0 specification). It's OK that
soot doesn't find Cloneable, but what I don't understand is, why soot
even tries to resolve it? 


>This sounds like one of our classic Soot classpath issues. You can
search
>the mailing-list archives for more info. Make sure that you have the
java
>libraries on your Soot classpath (note that I said Soot classpath, not
the
>JVM classpath). Usually this means including rt.jar from:
>
>$JAVA_HOME$/libs/rt.jar

  

________________________________

NEU: Fragen stellen - Wissen, Meinungen und Erfahrungen teilen. Jetzt
auf Yahoo! Clever
<http://de.rd.yahoo.com/xx/searchpromo/i/tagline/cleverfp/*http:/de.answ
ers.yahoo.com> .

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20070523/50a1c560/attachment.htm


More information about the Soot-list mailing list