Jump to content
  • 0

[Help]Compile error and more


Question

Posted

Hi,

I use L2JServer Gracia Epilogue when I "Check out" all the folders from the svn and start to compile them I get that error

Buildfile: C:\workspace\c3p0\build.xml
init:
relproj:
dist:
init:
compile:
jar:
init-debuggen:
debuggen:
subst:
init-codegen:
beangen:
    [echo] Some warnings are expected here. Don't worry about them.
newproxygen:
codegen:
compile-common:
   [javac] Compiling 203 source files to C:\workspace\c3p0\build\classes
   [javac] C:\workspace\c3p0\build\codegen\com\mchange\v2\c3p0\subst\C3P0Substitutions.java:31: warning: unmappable character for encoding UTF8
   [javac]     public final static String TIMESTAMP  = "28-���-2010 14:13:40";
   [javac]                                                 ^
   [javac] C:\workspace\c3p0\build\codegen\com\mchange\v2\c3p0\subst\C3P0Substitutions.java:31: warning: unmappable character for encoding UTF8
   [javac]     public final static String TIMESTAMP  = "28-���-2010 14:13:40";
   [javac]                                                  ^
   [javac] C:\workspace\c3p0\build\codegen\com\mchange\v2\c3p0\subst\C3P0Substitutions.java:31: warning: unmappable character for encoding UTF8
   [javac]     public final static String TIMESTAMP  = "28-���-2010 14:13:40";
   [javac]                                                   ^
   [javac] C:\workspace\c3p0\build\codegen\com\mchange\v2\c3p0\impl\NewProxyConnection.java:1339: unreported exception java.sql.SQLException; must be caught or declared to be thrown
   [javac] 				throw SqlUtils.toSQLException("You can't operate on a closed Connection!!!", exc);
   [javac] 				^
   [javac] C:\workspace\c3p0\build\codegen\com\mchange\v2\c3p0\impl\NewProxyConnection.java:1347: unreported exception java.sql.SQLException; must be caught or declared to be thrown
   [javac] 				throw parentPooledConnection.handleThrowable( exc );
   [javac] 				^
   [javac] C:\workspace\c3p0\build\codegen\com\mchange\v2\c3p0\impl\NewProxyConnection.java:1349: unreported exception java.sql.SQLException; must be caught or declared to be thrown
   [javac] 			else throw SqlUtils.toSQLException( exc );
   [javac] 			     ^
   [javac] C:\workspace\c3p0\build\codegen\com\mchange\v2\c3p0\impl\NewProxyConnection.java:1365: unreported exception java.sql.SQLException; must be caught or declared to be thrown
   [javac] 				throw SqlUtils.toSQLException("You can't operate on a closed Connection!!!", exc);
   [javac] 				^
   [javac] C:\workspace\c3p0\build\codegen\com\mchange\v2\c3p0\impl\NewProxyConnection.java:1373: unreported exception java.sql.SQLException; must be caught or declared to be thrown
   [javac] 				throw parentPooledConnection.handleThrowable( exc );
   [javac] 				^
   [javac] C:\workspace\c3p0\build\codegen\com\mchange\v2\c3p0\impl\NewProxyConnection.java:1375: unreported exception java.sql.SQLException; must be caught or declared to be thrown
   [javac] 			else throw SqlUtils.toSQLException( exc );
   [javac] 			     ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\impl\NewPooledConnection.java:38: com.mchange.v2.c3p0.impl.NewPooledConnection is not abstract and does not override abstract method removeStatementEventListener(javax.sql.StatementEventListener) in javax.sql.PooledConnection
   [javac] public final class NewPooledConnection extends AbstractC3P0PooledConnection{
   [javac]              ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\ComboPooledDataSource.java:42: com.mchange.v2.c3p0.ComboPooledDataSource is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper
   [javac] public final class ComboPooledDataSource extends AbstractPoolBackedDataSource implements PooledDataSource, Serializable, Referenceable
   [javac]              ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\DriverManagerDataSource.java:45: com.mchange.v2.c3p0.DriverManagerDataSource is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper
   [javac] public final class DriverManagerDataSource extends DriverManagerDataSourceBase implements DataSource
   [javac]              ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\JndiRefForwardingDataSource.java:47: com.mchange.v2.c3p0.JndiRefForwardingDataSource is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper
   [javac] final class JndiRefForwardingDataSource extends JndiRefDataSourceBase implements DataSource
   [javac]       ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\PoolBackedDataSource.java:28: com.mchange.v2.c3p0.PoolBackedDataSource is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper
   [javac] public final class PoolBackedDataSource extends AbstractPoolBackedDataSource implements PooledDataSource
   [javac]              ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\impl\C3P0PooledConnection.java:39: com.mchange.v2.c3p0.impl.C3P0PooledConnection is not abstract and does not override abstract method removeStatementEventListener(javax.sql.StatementEventListener) in javax.sql.PooledConnection
   [javac] public final class C3P0PooledConnection extends AbstractC3P0PooledConnection
   [javac]              ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\impl\C3P0PooledConnection.java:503: com.mchange.v2.c3p0.impl.C3P0PooledConnection.StatementProxyingSetManagedResultSet is not abstract and does not override abstract method updateNClob(java.lang.String,java.io.Reader) in java.sql.ResultSet
   [javac]     private static class StatementProxyingSetManagedResultSet extends SetManagedResultSet
   [javac]                    ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\impl\C3P0PooledConnection.java:618: ProxyCallableStatement is not abstract and does not override abstract method setNClob(java.lang.String,java.io.Reader) in java.sql.CallableStatement
   [javac] 		class ProxyCallableStatement extends FilterCallableStatement implements C3P0ProxyStatement
   [javac] 		^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\impl\C3P0PooledConnection.java:655: ProxyPreparedStatement is not abstract and does not override abstract method setNClob(int,java.io.Reader) in java.sql.PreparedStatement
   [javac] 		class ProxyPreparedStatement extends FilterPreparedStatement implements C3P0ProxyStatement
   [javac] 		^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\impl\C3P0PooledConnection.java:692: ProxyStatement is not abstract and does not override abstract method isPoolable() in java.sql.Statement
   [javac] 		class ProxyStatement extends FilterStatement implements C3P0ProxyStatement
   [javac] 		^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\impl\NullStatementSetManagedResultSet.java:37: com.mchange.v2.c3p0.impl.NullStatementSetManagedResultSet is not abstract and does not override abstract method updateNClob(java.lang.String,java.io.Reader) in java.sql.ResultSet
   [javac] final class NullStatementSetManagedResultSet extends SetManagedResultSet
   [javac]       ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\impl\SetManagedDatabaseMetaData.java:30: com.mchange.v2.c3p0.impl.SetManagedDatabaseMetaData is not abstract and does not override abstract method getFunctionColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String) in java.sql.DatabaseMetaData
   [javac] final class SetManagedDatabaseMetaData extends FilterDatabaseMetaData
   [javac]       ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\impl\SnatchFromSetResultSet.java:30: com.mchange.v2.c3p0.impl.SnatchFromSetResultSet is not abstract and does not override abstract method updateNClob(java.lang.String,java.io.Reader) in java.sql.ResultSet
   [javac] final class SnatchFromSetResultSet extends FilterResultSet
   [javac]       ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\test\FreezableDriverManagerDataSource.java:49: com.mchange.v2.c3p0.test.FreezableDriverManagerDataSource is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper
   [javac] public final class FreezableDriverManagerDataSource extends DriverManagerDataSourceBase implements DataSource
   [javac]              ^
   [javac] C:\workspace\c3p0\src\classes\com\mchange\v2\c3p0\util\CloseReportingConnectionWrapper.java:29: com.mchange.v2.c3p0.util.CloseReportingConnectionWrapper is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection
   [javac] public class CloseReportingConnectionWrapper extends FilterConnection
   [javac]        ^
   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] 21 errors
   [javac] 3 warnings

BUILD FAILED
C:\workspace\c3p0\build.xml:256: Compile failed; see the compiler error output for details.

Total time: 3 seconds

When I try to compile the folder named "c3p0" - Anyone knows why ?

 

2nd: When i make someone hero (//sethero 1) and he relog he is not hero anymore ... the same for "Manual Hero" option from the olly menu :S

How can i make it to be a hero after RR too ?

 

and the final is a request...

Can anyone re-share the L2J Hero Status Seller, cuz the links are dead :(

Thanks to XeorLeon®

Thanks in advance

6 answers to this question

Recommended Posts

  • 0
Posted

I read, and i don't get it ... cuz i had the same error whit the MMOCore, but i delete it (from the project and the disk) and checkout it again and the errors was OK... And the errors was same ... - It's kind of strange for me :\

 

I will try to fix them now, but can you help me for the 2nd ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...