Content is not allowed in prolog
Citation:
Error : Wrapped java.lang.RuntimeException: Error on line 1 of document file:/W:
/aspen: Content is not allowed in prolog. (#1)
org.mozilla.javascript.WrappedException: Wrapped java.lang.RuntimeException: Err
or on line 1 of document file:/W:/aspen: Content is not allowed in prolog. (#1)
Que veux dire exactement la ligne surligne en gras ?
Il me donne cette ligne lorsque j'execute ceci :
Code:
1 2 3 4 5 6 7 8 9
|
function smartLoad(fileName)
{print(2);
smartLoader.setSmartLoader(fileName);
var pathSource = smartLoader.getAbsolutePath();
print(pathSource);
if(smartLoader.isBiFile()) {
var pathSource = smartLoaderJS.translateToJS(pathSource);}
load(pathSource);}"; |