Menu

#22 Jreversepro Method Error

open
nobody
None
5
2002-05-09
2002-05-09
Anonymous
No

I've been trying the Java decompiler jreversepro
but I'm getting this error message:

Exception in thread "main" java.lang.NoSuchMethodError
at
jreversepro.revengine.JSerializer.reverseEngine
er(JSerializer.java:120)

My directory structure is c:\jdk1.3
\lib\jreversepro\revengine and I can see the file
JSerializer.class

Please advise. THanks.

Jeraline

Discussion

  • Nobody/Anonymous

     
  • sello mtshali

    sello mtshali - 2002-08-06

    Logged In: YES
    user_id=573467

    Hello I had a java.Lang problem as well
    I was using IBM JDK 1.3.1 the I switched to sun's jdk1.4.1
    and the thing works like a charm

    how .

    edit jrevpro in /bin of where you installed in

    before if [ "z$JAVA_HOME" != "z" ]
    type in
    JAVA_HOME=/opt/j2sdk1.4.0_01 or where ever you sun/other
    sdk is
    export JAVA_HOME

    see if that does it

    sello

     
  • Nobody/Anonymous

    Logged In: NO

    I see the exact same problem with EVERY class file I feed it. I've tried teh 1.3.2 version with same results. Using
    the constants pool option, though, works. But not disassemble or decompile

     

Log in to post a comment.