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

    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
    • 🚀 IronLock Shield - Closed Beta Update Hello everyone, Since our first announcement, IronLock Shield has received several major protection upgrades. IronLock Shield is a security platform developed specifically for Lineage II Interlude servers, focused on launcher integrity, runtime protection, session security, and anti-bot hardening. Current protection features: ✓ Secure Launcher Architecture ✓ HWID-Based Licensing ✓ Signed Launcher Session System ✓ Gateway Session Verification ✓ Automatic Session Revoke on Critical Detection ✓ Replay Protection with Nonce Validation ✓ Runtime Integrity Verification ✓ Secure Update System Client-side protections: ✓ Anti-Debug Protection ✓ Anti-Dump Protection ✓ DLL Injection Detection ✓ Manual Map Detection ✓ Remote Thread Detection ✓ Runtime Patch Detection ✓ Suspicious Handle Detection ✓ Memory Read / Write Guard ✓ Strict DLL Hash / Allowlist Control ✓ Launcher Self-Protection ✓ Watchdog Protection Bot and automation hardening: ✓ Adrenaline / Memory Reader Hardening ✓ Runtime Decoy Memory Regions ✓ Fake Pointer-Chain / Offset Noise ✓ Per-Build Mutation System ✓ Pointer Scan Disruption ✓ Virtual Keyboard Input Detection ✓ Hookless Virtual Mouse Click Detection ✓ Raw Input Based Mouse Verification Server and gateway security: ✓ Signed Launcher-to-Server Requests ✓ Build ID Binding ✓ HWID Binding ✓ IP / Session Binding ✓ Expired Session Blocking ✓ Revoked Session Blocking ✓ Gateway Runtime Session Checks ✓ Critical Detection Reporting Panel Recent improvements: ✓ Improved protection against memory-reading bots ✓ Added decoy pointer-chain memory traps ✓ Added per-build mutation data ✓ Added stricter process handle policy ✓ Added hookless virtual mouse click detection ✓ Improved watchdog stability to reduce false positives ✓ Improved session revoke logic for critical detections ✓ Updated website and protection feature list IronLock Shield is currently in closed beta. Selected Lineage II Interlude server owners can receive 1 month of free access in exchange for testing and feedback. Website: https://ilshield.com If you are interested, feel free to send me a private message or contact me through Discord. Thank you.
    • Contacts for communication. Telegram https://t.me/a_dvertising_man Telegram short link @a_dvertising_man   Delta Chat https://i.delta.chat/#11D46642C67CF6BDD4BD6430EB8AE99106CC54D7&v=3&i=u1npSLMZpUfcnWi5FGHNBn-1&s=GjBgI7oXKcuCXGl1acvt0tcp&a=p2norrc0e%40nine.testrun.org&n=advertisingman Hello. I participate in "forum deal" in role middleman. Paid services in graphic design,garant service(https link to profile) is provided only from buyer. Please write me in messenger for contact who are you by nationality and in which country you live.   I will not conduct deals with buyers and sellers from Ukraine. I do not cooperate with country Ukraine. If you Ukrainian by nationality or live in Ukraine,ignore this topic. If you other nationality: paid service from garant service buyer pays using own money.   Garant service(https link to profile) provided only from buyer. Buyer provides address guarantor service(https link to profile) or multiple addresses guarantors services. If seller don't like this garant service address(seller may doubt whether he will receive money from this garant service),then buyer offers another address garant service or multiple addresses guarantors services. If neither address seller doesn't like,then buyer is leaving from me.   Buyer deposits full amount to payment details guarantor service, plus my commission(my percent above amount for service in graphic design). In "forum questionnaire" buyer writes: payment details from seller,payment details seller i will send to buyer in advance via messenger.   Paid creation avatar and banner(price depends from complexity work). Paid creation visuals for music releases,for promo art(price depends from complexity work). Original posters using stock images(price depends from complexity work). Design for social media:covers,previews(price depends from complexity work). Other paid services in graphic design(price depends from complexity work).  
  • 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..