Εχω τα sources του l2 finest αλλα οταν προσπαθω να build το l2finest-core.xml παιρνω αυτα τα 9 errors. Ενα παιδι μου ειπε οτι το build μου δεν εχει το parameter includeantruntime="false" at <target name="compile"
Απο java δεν σκαμπαζω μια... μπορει καποιος να μου γραψει τα βηματα ενα ενα και τι να κανω ακριβως?
C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1443 source files to C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Build\classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[javac] C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:42: warning: '_' used as an identifier
[javac] private static final String _ = "\t";
[javac] ^
[javac] (use of '_' as an identifier might not be supported in releases after Java SE 8)
[javac] C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
[javac] return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
[javac] ^
[javac] (use of '_' as an identifier might not be supported in releases after Java SE 8)
[javac] C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
[javac] return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
[javac] ^
[javac] (use of '_' as an identifier might not be supported in releases after Java SE 8)
[javac] C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
[javac] return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
[javac] ^
[javac] (use of '_' as an identifier might not be supported in releases after Java SE 8)
[javac] C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
[javac] return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
[javac] ^
[javac] (use of '_' as an identifier might not be supported in releases after Java SE 8)
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 9 warnings
jar:
RealIP - Usually with MITM proxies, since the traffic is funnelled from one server, you normally lose the real IP of the player which limits a lot of the functionality that you might have implemented. L2Proxy allows the LoginServer to pass the real IP of the used to the Gameserver during the Login->Gameserver player handoff
Wow, I’m really impressed by your attitude — you truly seem like a great person. You can be sure that everything you’re doing for others will come back to you in good things. Keep making the project awesome and filled with innovative ideas.
My suggestion is that you don’t make the source available; instead, sell it to people who are building their own projects — it’s at least one way they can show appreciation for all the great things you’re doing.
Thank you so much, I loved everything and I’m looking forward to more updates.
Thank you ♡♡♡♡
Why do all players only have one IP address, which is the proxy's?
I did several tests and created a debug to collect all IP addresses that connect to the proxy. It collects them correctly, but when they are sent to the server, they get lost and stay with the proxy's IP address.
Question
metaxasgr
Εχω τα sources του l2 finest αλλα οταν προσπαθω να build το l2finest-core.xml παιρνω αυτα τα 9 errors. Ενα παιδι μου ειπε οτι το build μου δεν εχει το parameter includeantruntime="false" at <target name="compile"
Απο java δεν σκαμπαζω μια... μπορει καποιος να μου γραψει τα βηματα ενα ενα και τι να κανω ακριβως?
C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1443 source files to C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Build\classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[javac] C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:42: warning: '_' used as an identifier
[javac] private static final String _ = "\t";
[javac] ^
[javac] (use of '_' as an identifier might not be supported in releases after Java SE 8)
[javac] C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
[javac] return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
[javac] ^
[javac] (use of '_' as an identifier might not be supported in releases after Java SE 8)
[javac] C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
[javac] return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
[javac] ^
[javac] (use of '_' as an identifier might not be supported in releases after Java SE 8)
[javac] C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
[javac] return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
[javac] ^
[javac] (use of '_' as an identifier might not be supported in releases after Java SE 8)
[javac] C:\l2jdb\Workspace\Sors1\Source\L2JFinest-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
[javac] return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
[javac] ^
[javac] (use of '_' as an identifier might not be supported in releases after Java SE 8)
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 9 warnings
jar:
0 answers to this question
Recommended Posts