-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Description
Help!
I want to compile some java code which is String format,like this
"import java.util.*;\n"+
"import xxxx.GsonUtils;\n"+
"\n" +
"public class Script {\n" +
"%s"+
"}"
but I found when icompiler compile this code ,"java.util.*" is ok,but the second line GsonUtils which is a class in my own project,can't find this class when I call this :" compiler.compile()" method. Actually,it can run in my own pc, but when this code deploy on a production server , " compiler.compile()" method will throw exception ,can't find this class.
what can i do ! help!
Metadata
Metadata
Assignees
Labels
No labels