InvocationHandler was only introduced in jdk1.3 so you need it to compile
jboss
regards
Roberto
-----Original Message-----
From: Christoph Sturm [mailto:[EMAIL PROTECTED]]
Sent: Quarta-feira, 30 de Agosto de 2000 16:51
To: jBoss
Subject: [jBoss-User] Bulding jboss with jdk 1.2.2
Hello jBosses!
I'm trying to build jboss with IBM's jdk 1.2.2, and get these error
messages:
C:\w3rk\java\projects\jboss\src\main\org\jboss\ejb\plugins\jrmp13\interfaces
\Ent
ityProxy.java:20: Interface java.lang.reflect.InvocationHandler of class
org.jbo
ss.ejb.plugins.jrmp13.interfaces.EntityProxy not found.
implements java.lang.reflect.InvocationHandler
^
C:\w3rk\java\projects\jboss\src\main\org\jboss\ejb\plugins\jrmp13\interfaces
\Hom
eProxy.java:22: Interface java.lang.reflect.InvocationHandler of class
org.jboss
.ejb.plugins.jrmp13.interfaces.HomeProxy not found.
implements java.lang.reflect.InvocationHandler
^
C:\w3rk\java\projects\jboss\src\main\org\jboss\ejb\plugins\jrmp13\interfaces
\Sta
tefulSessionProxy.java:20: Interface java.lang.reflect.InvocationHandler of
clas
s org.jboss.ejb.plugins.jrmp13.interfaces.StatefulSessionProxy not found.
implements java.lang.reflect.InvocationHandler
^
C:\w3rk\java\projects\jboss\src\main\org\jboss\ejb\plugins\jrmp13\interfaces
\Sta
telessSessionProxy.java:20: Interface java.lang.reflect.InvocationHandler of
cla
ss org.jboss.ejb.plugins.jrmp13.interfaces.StatelessSessionProxy not found.
implements java.lang.reflect.InvocationHandler
^
C:\w3rk\java\projects\jboss\src\main\org\jboss\ejb\plugins\jrmp13\server\JRM
PCon
tainerInvoker.java:9: Class java.lang.reflect.InvocationHandler not found in
imp
ort.
import java.lang.reflect.InvocationHandler;
^
C:\w3rk\java\projects\jboss\src\main\org\jboss\ejb\plugins\jrmp13\server\JRM
PCon
tainerInvoker.java:10: Class java.lang.reflect.Proxy not found in import.
import java.lang.reflect.Proxy;
^
C:\w3rk\java\projects\jboss\src\main\org\jboss\Main.java:171: Method
addShutdown
Hook(org.jboss.Main.2) not found in class java.lang.Runtime.
Runtime.getRuntime().addShutdownHook(new Thread()
^
Note: 8 files use or override a deprecated API. Recompile with
"-deprecation" f
or details.
7 errors, 1 warning
BUILD FATAL ERROR: Compile failed, messages should have been provided.
Is building jboss not possible with jdk 1.2.2?
--
Best regards,
Christoph mailto:[EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]