[Soot-list] JastAdd NullPointer

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Wed Nov 10 08:26:22 EST 2010


Hmm, this seems to work for me:

$ cat test/Test.java
package test;
public class Test {
   public static void main(String[] args) {  }
}

$ java -jar soot-2.4.0.jar -cp
.:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar
test.Test
Soot started on Wed Nov 10 10:25:55 CLST 2010
Transforming test.Test...
Writing to sootOutput/test/Test.class
Soot finished on Wed Nov 10 10:25:56 CLST 2010
Soot has run for 0 min. 1 sec.

Eric

--
Dr. Eric Bodden
Software Technology Group, Technische Universität Darmstadt, Germany
Tel: +49 6151 16-5478    Fax: +49 6151 16-5410
Mailing Address: S2|02 A209, Hochschulstraße 10, 64289 Darmstadt



On 10 November 2010 09:56, Frank Otto <otto at ipd.uka.de> wrote:
> package test;
> public class Test {
>    public static void main(String[] args) {  }
> }


More information about the Soot-list mailing list