Can't get activejdbc working?

后端 未结 1 656
猫巷女王i
猫巷女王i 2021-01-23 12:04

I have the following classes:

package models;

public class Test extends activejdbc.Model
{
}

: and :

import activejdbc.*;
impo         


        
相关标签:
1条回答
  • 2021-01-23 12:44

    I have since figured this out. You need to first run:

    java -DoutputDirectory=. -cp .;activejdbc-instrumentation.jar;javassist.jar;activejdbc.jar;activejdbc.instrumentation.Main

    0 讨论(0)
提交回复
热议问题