Тут дело не в пути к файлам, в нём нет русских символов или пробелов. При выполнении идут ошибки и придирки к синтаксису написания кода в файлах.
The method contains(CharSequence) from the type String refers to the missing typ
e CharSequence
----------
53 problems (53 errors)Syntax error on tokens, delete these tokens
Syntax error on token "is", ; expected
Syntax error on token ":", ; expected
Syntax error on token "redistribute", ; expected
Syntax error on token "/", ; expected
Syntax error on token "it", = expected
Syntax error on token "terms", ; expected
Syntax error on token "GNU", ; expected
Syntax error on token "License", ; expected
Syntax error on token "by", ; expected
Syntax error on token "Free", = expected after this token
Syntax error on token(s), misplaced construct(s)
Syntax error on token "3", ; expected
Syntax error on token "the", ( expected
Syntax error on token "your", ( expected
Syntax error, insert ")" to complete MethodInvocation
Syntax error, insert ")" to complete MethodInvocation
Syntax error, insert ";" to complete Statement
Syntax error, insert ";" to complete LocalVariableDeclarationStatement
Syntax error on tokens, delete these tokens
Syntax error on token "is", ; expected
Syntax error on token "the", ; expected
Syntax error on token "it", ; expected
Syntax error on token "useful", delete this token
Syntax error on token "but", = expected after this token
Syntax error on token "WARRANTY", delete this token
Syntax error on token "the", ; expected
Syntax error on token "of", ; expected
Syntax error on token "or", = expected after this token
Syntax error on token "A", ; expected
Syntax error on token "PARTICULAR", @ expected
Syntax error on token "General", ; expected
Syntax error on token "for", ; expected
Syntax error on token(s), misplaced construct(s)
Syntax error on tokens, delete these tokens
Syntax error on token "have", ; expected
Syntax error on token "copy", ; expected
Syntax error on token "GNU", ; expected
Syntax error on token "License", ; expected
Syntax error on token "along", ( expected
Syntax error, insert ")" to complete Expression
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete Statement
Syntax error on token "<", ; expected
Syntax error on tokens, delete these tokens
Syntax error on tokens, delete these tokens
Syntax error on tokens, delete these tokens
Syntax error on tokens, delete these tokens
Syntax error on tokens, delete these tokens
Syntax error on tokens, delete these tokens
Syntax error, insert "AssignmentOperator Expression" to complete Expression
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced
from required .class files
The method contains(java.lang.CharSequence) from the type java.lang.String refer
s to the missing type java.lang.CharSequence
Failed executing script: C:\Rev.3.3\gameserver\.\data\scripts\quests\Q642_APower
fulPrimevalCreature\Q642_APowerfulPrimevalCreature.java. See Q642_APowerfulPrime
valCreature.java.error.log for details.
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
----------
1. ERROR in \SagasSuperClass.java (at line 1)
/*
^
The type java.util.Map$Entry cannot be resolved. It is indirectly referenced fro
m required .class files
Если проследовать по пути и посмотреть почему так происходит, то мы увидим что в каждом файле квеста есть шапка:
/*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
package quests.Q001_LettersOfLove;
ЗЫ Похоже есть еще подобные проблемы по запросу "Annotation processing got disabled, since it requires a 1.6 compliant JVM" говорят SDK переставить, но проблему не решило.