I create a Java Service, it’s very simple. the following is my code:
String a=“a:b:c”;
a.split(“:”);
but it doesn’t work. when I run it In Developer 4.6, it says: “java.lang.reflect.InvocationTargetException: java.lang.String: method split(Ljava/lang/String;)[Ljava/lang/String; not found”. what’s the matter? please help me.