| Error - Tutorial Custom Task [message #1066599] |
Wed, 03 July 2013 07:39 |
Tarcísio Couto Messages: 14 Registered: May 2013 |
Junior Member |
|
|
I followed the tutorial normally but this error is happening
public boolean isContentForRuntime(IEditorInput input) {
InputSource source = new InputSource(FileService.getInputContents(input));
RootElementParser parser = new RootElementParser("I put the correct address here");
parser.parse(source); ERROR IN THIS LINE
return parser.getResult();
}
|
|
|
Powered by
FUDForum. Page generated in 0.02707 seconds