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

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 (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

    • 🔥 L2-LORENA.COM — INTERLUDE x5000 CUSTOM PvP 🔥 ⚔️ GRAND OPENING — 02 OCTOBER 2026 🕗 20:00 UTC+2 / Berlin Time Website: L2-LORENA Interlude x5000 PvP Discord: Discord < Join Us! A new season is coming. L2-LORENA x5000 is a Custom Interlude PvP server built around fast progression, active PvP, custom equipment, farming zones, Epic Boss competition, weekly clan objectives and rebalanced classes. ━━━━━━━━━━━━━━━━━━━━━━ 🔥 SERVER INFORMATION ━━━━━━━━━━━━━━━━━━━━━━ ⚔️ Chronicle: Interlude 🔥 Type: Custom PvP ⭐ EXP: x5000 💰 Adena: x500 👤 Starting Level: 76 🏰 Starting Town: Giran 🤖 Auto Farm: Enabled 👥 Maximum Boxes: 2 ✨ Buff Slots: 50 🏯 Castle Siege: Weekly Giran Siege ━━━━━━━━━━━━━━━━━━━━━━ ⚒️ ENCHANT SYSTEM ━━━━━━━━━━━━━━━━━━━━━━ 🔹 Safe Enchant: +4 🔹 Normal Scroll: 50% 🔹 Blessed Scroll: 70% 🔹 Crystal Scroll: 100% Normal / Blessed Maximum: +15 Crystal Maximum: +20 💎 Crystal Scrolls are obtained from Epic Bosses. ━━━━━━━━━━━━━━━━━━━━━━ 🛡️ CUSTOM PROGRESSION ━━━━━━━━━━━━━━━━━━━━━━ ✨ Custom Armor & Weapons 💍 Epic, Rare & Custom Jewelry 🪽 Custom Wings with special stats 🐉 Agathion Upgrade System — Lv.1 → Lv.2 → Lv.3 ⚔️ Fighter & Mage Tattoos 🎭 Accessories with different bonuses 👗 DressMe Character Skins 💎 Custom Augmentation System 🔥 PvP Coins & PvP Rewards ━━━━━━━━━━━━━━━━━━━━━━ 🌍 FARMING ZONES ━━━━━━━━━━━━━━━━━━━━━━ 🟢 Easy Zone — designed for new players 🟡 Medium Zone — stronger monsters and improved rewards 🔴 Premium Zone — large farming area with excellent drops ⚠️ Harder farming zones have NO PK Guards. Premium Account provides: 💰 x2 Drop 🌍 Access to the Premium Farm Zone ━━━━━━━━━━━━━━━━━━━━━━ ⚔️ PvP & EVENTS ━━━━━━━━━━━━━━━━━━━━━━ 🔥 Dedicated Despair PvP Zone 🚩 Automatic PvP Flag 🪙 PvP Coins from PvP ⚔️ Automatic Team vs Team events 🏆 Dungeon Event 👑 Weekly Giran Castle Siege Dungeon Event Rewards 🌟 Top Farmer: 30x Lucky Box 💀 Top Killer: 30x Lucky Box ━━━━━━━━━━━━━━━━━━━━━━ 👑 EPIC BOSSES ━━━━━━━━━━━━━━━━━━━━━━ 🐜 Ant Queen ⚙️ Core 🕷️ Orfen ⚓ Zaken 👑 Baium 🐉 Antharas 🔥 Valakas ☠️ Frintezza ⏱️ Normal Raid Boss Respawn: 2 Hours ⏱️ Epic Boss Respawn: 8–12 Hours Epic Bosses can reward Crystal Enchant Scrolls. Our in-game Raid Boss Drop Informer allows you to check boss items, quantities and drop chances directly from Giran before teleporting. ━━━━━━━━━━━━━━━━━━━━━━ 🧙 CLASS REBALANCE ━━━━━━━━━━━━━━━━━━━━━━ L2-LORENA includes extensive Interlude class adjustments designed for the custom PvP environment. ✔️ Dreadnought ✔️ Duelist ✔️ Phoenix Knight ✔️ Adventurer ✔️ Sagittarius ✔️ Archmage ✔️ Soultaker ✔️ More balancing and adjustments Changes include PvP attack/defense adjustments, skill range and reuse modifications, improved class-specific mechanics, monster damage bonuses and reworked skills. ━━━━━━━━━━━━━━━━━━━━━━ 💎 AUGMENTATION ━━━━━━━━━━━━━━━━━━━━━━ 🔹 Mid Life Stone — 3% 🔹 High Life Stone — 5% 🔹 Top Life Stone — 8% Maximum: 2 Augmentation Skills ⚡ 1 Active + 1 Passive A custom Augment Seller allows players to browse organized augmentation skill categories directly in-game. ━━━━━━━━━━━━━━━━━━━━━━ 🏙️ GIRAN — MAIN TOWN ━━━━━━━━━━━━━━━━━━━━━━ Everything you need is available directly from the main town: 🛒 GM Shop ✨ Custom Shop 🧙 NPC Buffer + Schemes 🌍 Farming Gatekeeper 👑 Raid Boss Drop Informer 💎 Augment Seller 📖 Complete Server Information Useful Commands: 🌍 .gk — Global Teleport ❤️ .ap — Auto CP / HP / MP ━━━━━━━━━━━━━━━━━━━━━━ 🔥 NEW ITEMS • NEW RULES • NEW SEASON 🔥 ⚔️ Tier 1 / Tier 2 Weapons & Armors 🪽 Wings 🐉 Agathions 🤖 Auto Farm 👥 Free 1+1 Boxes 🏆 Custom Events 👑 Epic Boss Competition 🏯 Weekly Giran Siege ⚔️ Rebalanced PvP 📅 GRAND OPENING 🔥 02 OCTOBER 2026 🕗 20:00 UTC+2 — Berlin Time 🌐 L2-LORENA.COM 💬 DISCORD.GG/TYZ88TGX4B ⚔️ INTERLUDE x5000 CUSTOM PvP 🔥 L2-LORENA — NEW SEASON
    • L2-Gold Custom PvP – is LIVE! Hey guys! We are opening a brand new Custom PvP server. What we offer: High Rates & Custom PvP Gameplay Custom NPC Buffer, GM Shop & Global GK Balanced classes and epic custom items Interlude with c4 skills Rewards: Every active player who reports bugs or gives feedback will receive Exclusive Custom Rewards.   All files, patch, and support are inside our Discord. Join Here: [https://discord.gg/9qkSxQtTq] Join Here:https://www.facebook.com/profile.php?id=61594313618908
    • 🎨 Full Design Suite: Canva Pro, CapCut Pro, and Adobe suites in stock. Upgrade today with zero downtime!
    • the concept integrated also in public acis  https://youtu.be/KEBvdTSTzl8
    • Highly recommend Litch is super passionate about his work and always puts in the effort to deliver great quality 10/10 give it a try big vouch good luck @Litch
  • 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..