I have the following classes:
package models; public class Test extends activejdbc.Model { }
: and :
import activejdbc.*; impo
I have since figured this out. You need to first run:
java -DoutputDirectory=. -cp .;activejdbc-instrumentation.jar;javassist.jar;activejdbc.jar;activejdbc.instrumentation.Main