[Soot-list] Version of java in the classpath?

Wei Yang davidyoung8906 at gmail.com
Thu Aug 6 21:12:37 EDT 2015


Thanks! Dacong. It seems that the problem occurs because I
put Scene.v().forceResolve() statements before I set the soot class path.
When I put forceResolve after setting class path, the problem get resolved.

Best wishes,
Wei Yang

2015-08-06 13:08 GMT-07:00 Dacong Yan <tonywinslow1986 at gmail.com>:

>  javax.microedition.khronos.egl.EGL10 is in jsr239, not part of the
> standard library. Perhaps you need to add a jsr239 jar to the
> classpath?
>
> On Thu, Aug 6, 2015 at 11:25 AM, Wei Yang <davidyoung8906 at gmail.com>
> wrote:
> > Hi! All,
> >      I got an exception:
> >
> > Exception in thread "main" soot.SootResolver$SootClassNotFoundException:
> > couldn't find class: javax.microedition.khronos.egl.EGL10 (is your
> > soot-class-path set properly?)
> > at soot.SootResolver.bringToHierarchy(SootResolver.java:219)
> > at soot.SootResolver.processResolveWorklist(SootResolver.java:169)
> > at soot.SootResolver.resolveClass(SootResolver.java:129)
> > at soot.Scene.loadClass(Scene.java:670)
> > at soot.Scene.loadClassAndSupport(Scene.java:655)
> > at soot.Scene.loadNecessaryClasses(Scene.java:1306)
> >
> > which I guess should be caused by a misconfiguation of classpath. But I
> > checked my classpath, and it is oaky. The only issue may be that I put
> open
> > jdk: /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/rt.jar in the classpath
> but
> > not Oracle java. Could different version of Java in the classpath cause
> the
> > exception?
> >
> > Thanks!
> >
> > Best wishes,
> > Wei Yang
> >
> > _______________________________________________
> > Soot-list mailing list
> > Soot-list at CS.McGill.CA
> > https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150806/456f50a3/attachment.html 


More information about the Soot-list mailing list