привет все хочу у вас спросить должен ли пв работать с явой 8u5 ? просто на виндоусе все работает на ура а когда запускаю на 8 яве на дедике то появляются ошибки если ктонить поможет натыкаю ++++ )
1. ERROR in /Noble.java (at line 37)
int id = Integer.valueOf(event.replace("adena_", ""));
^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
----------
2. ERROR in /Noble.java (at line 37)
int id = Integer.valueOf(event.replace("adena_", ""));
^^^^^^^
The method replace(char, char) in the type String is not applicable for the arguments (String, String)
----------
3. ERROR in /Noble.java (at line 48)
int id = Integer.valueOf(event.replace("gatepass_", ""));
^^^^^^^
The method replace(char, char) in the type String is not applicable for the arguments (String, String)
----------
3 problems (3 errors)The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
Failed executing script: /root/server/gameserver/data/scripts/teleports/noble/Noble.java. See Noble.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
----------
1. ERROR in /GM.java (at line 313)
build.append("<center><font color=\"LEVEL\">������</font></center><br><br>");
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
----------
1 problem (1 error)The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
Failed executing script: /root/server/gameserver/data/scripts/commands/voice/GM.java. See GM.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