Jump to content
  • 0

Question

Posted

Hello Do you know what could be? Please help greatly needed.

 

version:
     [echo] L2jFrozen Gameserver Revision: exported
compile:
    [javac] Compiling 1473 source files to C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\build\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:79: error: class, interface, or enum expected
    [javac] save it and close it.
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:82: error: class, interface, or enum expected
    [javac] public static String PVP2_CUSTOM_MESSAGE;
    [javac]               ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:83: error: class, interface, or enum expected
    [javac] add bellow this
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:90: error: class, interface, or enum expected
    [javac] public static boolean USE_CR_ITEM;
    [javac]               ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:91: error: class, interface, or enum expected
    [javac] public static int CR_ITEM_MIN_CLAN_LVL;
    [javac]               ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:92: error: class, interface, or enum expected
    [javac] public static int CR_ITEM_REPS_TO_BE_AWARDED;
    [javac]               ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:93: error: class, interface, or enum expected
    [javac] public static int CR_ITEM_REPS_ITEM_ID;
    [javac]               ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:95: error: class, interface, or enum expected
    [javac] then find this
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:100: error: class, interface, or enum expected
    [javac] and add bellow this
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:104: error: class, interface, or enum expected
    [javac] CR_ITEM_MIN_CLAN_LVL = Integer.parseInt(L2ScoriaSettings.getProperty("ClanLevelNeededForCR", "5"));
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:105: error: class, interface, or enum expected
    [javac] CR_ITEM_REPS_TO_BE_AWARDED = Integer.parseInt(L2ScoriaSettings.getProperty("HowManyClanRepsToGive", "500"));
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:106: error: class, interface, or enum expected
    [javac] CR_ITEM_REPS_ITEM_ID = Integer.parseInt(L2ScoriaSettings.getProperty("CRItemID", "6673"));
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\workspace\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:107: error: class, interface, or enum expected
    [javac] save it and close it.
    [javac] ^
    [javac] 13 errors
    [javac] 1 warning

BUILD FAILED

8 answers to this question

Recommended Posts

  • 0
Posted
It's okay for me just does not rev still, now acting like, well, rev frozen throw, and a year:
version: [echo] L2jFrozen Gameserver Revision: EXPORTED
  • 0
Posted

Xmm i think you have added one code..and you have fucked up?

In the new I'm trying to still my shit getting maybe you know a good guide to how to deal Eclipse normal to go I embed code.

 

version:

     [echo] L2jFrozen Gameserver Revision: exported

compile:

    [javac] Compiling 1475 source files to C:\Documents and Settings\Vytcka\workspace\mars\trunk\gameserver\build\classes

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/StringTokenizer.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/Object.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/Integer.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/Boolean.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/String.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/BufferedReader.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/File.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/FileInputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/FileNotFoundException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/FileOutputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/FileReader.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/IOException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/InputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/InputStreamReader.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/LineNumberReader.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/OutputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/math/BigInteger.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/net/UnknownHostException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/ArrayList.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/HashMap.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/List.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Map.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Properties.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Random.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/Enum.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/Comparable.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/Serializable.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/Reader.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Hashtable.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/Cloneable.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Dictionary.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/FilterInputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/Closeable.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/AutoCloseable.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/FilterOutputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/Flushable.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/security/KeyPair.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/security/interfaces/RSAPublicKey.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/reflect/InvocationTargetException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/reflect/Method.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/concurrent/ScheduledFuture.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/nio/ByteBuffer.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/net/InetAddress.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/net/Socket.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/nio/channels/CancelledKeyException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/nio/channels/ReadableByteChannel.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/nio/channels/SelectionKey.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/nio/channels/WritableByteChannel.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/sql/Connection.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/sql/PreparedStatement.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/sql/ResultSet.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/concurrent/ArrayBlockingQueue.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/concurrent/Future.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/concurrent/RejectedExecutionException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/concurrent/locks/ReentrantLock.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/BufferedOutputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/security/GeneralSecurityException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/security/KeyFactory.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/security/spec/RSAKeyGenParameterSpec.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/security/spec/RSAPublicKeySpec.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/Thread.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/Runnable.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/sql/SQLException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/text/SimpleDateFormat.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Arrays.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Calendar.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Collection.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Date.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Iterator.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/LinkedList.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Set.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/concurrent/TimeUnit.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/reflect/Constructor.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Collections.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/NoSuchElementException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/net/InetSocketAddress.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/net/ServerSocket.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/nio/ByteOrder.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/nio/channels/Selector.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/nio/channels/ServerSocketChannel.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/nio/channels/SocketChannel.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/nio/BufferUnderflowException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/ByteArrayOutputStream.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/logging/Level.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/logging/LogRecord.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/text/DateFormat.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(org/omg/PortableServer/POAManagerPackage/State.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/TreeMap.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Vector.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/regex/Matcher.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/regex/Pattern.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/regex/PatternSyntaxException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/PrintWriter.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/io/StringWriter.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(javax/script/ScriptException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/concurrent/CopyOnWriteArraySet.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/EmptyStackException.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/util/Stack.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(java/lang/Long.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] warning: C:\Program Files\Java\jre1.8.0_66\lib\rt.jar(javax/xml/parsers/DocumentBuilderFactory.class): major version 52 is newer than 51, the highest major version supported by this compiler.

    [javac]   It is recommended that the compiler be upgraded.

    [javac] 100 warnings

  • 0
Posted

Frozen use java 7 and you have installed 8. So, uninstall your java and install JDK 7. Set the compiler and try again.

  • 0
Posted (edited)

Thank you very much, maybe you know how to display a frozen pack? because I do not show rev.

version:
     [echo] L2jFrozen Gameserver Revision: exported

 

Edited by wertynas
  • 0
Posted

Still I want to ask you why you placed the code I already do not allow to make a pack?

 

version:
     [echo] L2jFrozen Gameserver Revision: exported
compile:
    [javac] Compiling 1473 source files to C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\build\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:79: error: class, interface, or enum expected
    [javac] save it and close it.
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:82: error: class, interface, or enum expected
    [javac] public static String PVP2_CUSTOM_MESSAGE;
    [javac]               ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:83: error: class, interface, or enum expected
    [javac] add bellow this
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:90: error: class, interface, or enum expected
    [javac] public static boolean USE_CR_ITEM;
    [javac]               ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:91: error: class, interface, or enum expected
    [javac] public static int CR_ITEM_MIN_CLAN_LVL;
    [javac]               ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:92: error: class, interface, or enum expected
    [javac] public static int CR_ITEM_REPS_TO_BE_AWARDED;
    [javac]               ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:93: error: class, interface, or enum expected
    [javac] public static int CR_ITEM_REPS_ITEM_ID;
    [javac]               ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:95: error: class, interface, or enum expected
    [javac] then find this
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:100: error: class, interface, or enum expected
    [javac] and add bellow this
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:104: error: class, interface, or enum expected
    [javac] CR_ITEM_MIN_CLAN_LVL = Integer.parseInt(L2ScoriaSettings.getProperty("ClanLevelNeededForCR", "5"));
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:105: error: class, interface, or enum expected
    [javac] CR_ITEM_REPS_TO_BE_AWARDED = Integer.parseInt(L2ScoriaSettings.getProperty("HowManyClanRepsToGive", "500"));
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:106: error: class, interface, or enum expected
    [javac] CR_ITEM_REPS_ITEM_ID = Integer.parseInt(L2ScoriaSettings.getProperty("CRItemID", "6673"));
    [javac] ^
    [javac] C:\Documents and Settings\Vytcka\Testukas\L2jFrozenInterlude\gameserver\branches\development\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\ClanRepsItem.java:107: error: class, interface, or enum expected
    [javac] save it and close it.
    [javac] ^
    [javac] 13 errors
    [javac] 1 warning

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • WIPE ! NEW SEASON GRAND OPENING FROM TODAY ! - 23/01/2026, FRIDAY, 20:00 +3 GMT !
    • https://vpslab.cloud/ Premium DDoS Protection now included with every server.
    • # Changelog - Public Updates   This changelog tracks user-facing updates and improvements to Top.MaxCheaters.com.   ---   ## [1.2.0] - 2026-01-XX   ### ⚡ Performance Improvements - **Faster Page Loads**: Implemented intelligent caching system that makes pages load significantly faster - **My Servers Page**: Now loads instantly when revisiting (no more loading delays) - **Main Page**: Server listings and filters now load faster on repeat visits - **Premium Ads**: Pricing information loads instantly - **Overall Performance**: Site now loads 60-80% faster with reduced server load   ### 🔄 Improvements - Pages now remember recent data, reducing wait times when navigating - Automatic cache refresh ensures you always see up-to-date information - Better user experience with instant page loads on repeat visits   ---   ## [1.1.1] - 2026-01-XX   ### 🐛 Bug Fixes - **VIP Server Filter**: Fixed "VIP L2 Servers" filter to correctly show all premium tier servers (VIP, Gold VIP, and Pinned) - **Ad Pricing Display**: Fixed ad pricing on Premium Ads page to automatically update when changed in admin panel   ### 🔄 Improvements - Ad pricing now syncs automatically across all pages - More accurate server filtering by tier   ---   ## [1.1.0] - 2026-01-XX   ### ✨ New Features - **Complete Chronicle List**: All chronicle options are now available in server forms and filters, including the latest Lineage 2 chronicles - **Improved Chronicle Display**: Server rows now show cleaner, shorter chronicle names for better readability   ### 🐛 Bug Fixes - **Chronicle Filter**: Fixed issue where "Infinite Odyssey" chronicle filter was not working correctly - **Missing Chronicles**: Fixed missing chronicle options in server creation and editing forms   ### 🔄 Improvements - Chronicle filters and dropdowns now stay in sync with the latest available chronicles - Better chronicle name formatting in server listings for improved visual clarity   ---   ## [1.0.0] - Initial Release   ### Features - 🎮 Server listings with multiple tiers (Normal, VIP, Gold VIP, Pinned) - 📊 Click tracking and server statistics - 🌍 Multi-language support (English, Spanish, Portuguese, Greek, Russian) - 💳 Payment system for premium server features - 🔐 Secure authentication system - 👑 Admin panel for server management - 📱 Fully responsive design for all devices - 🔍 Advanced filtering system (by chronicle, rate, server type, date) - 📅 Server opening date tracking - 🎯 Two viewing modes: By Date and By Votes (coming soon for all users)   ---   ## About This Changelog   This changelog focuses on updates that directly impact the user experience. Internal development changes and technical improvements are not included here.   For questions or feedback, please contact support.v
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..