I tried to import java.util.regex.Pattern class in to a smartgwt's source file(rt.jar file is included in the JRE system library).But,I got the error message saying that
How to get rid of this error message?Any help will be greatly appreciated...!Thanks in advance...
Code:
[ERROR] Line 155: No source code is available for type java.util.regex.Pattern; did you forget to inherit a required module?
Comment