gcj: java.lang.reflect.InvocationHandler
Thijs Cadier
thijs@cadier.net
Sun Jul 6 11:56:00 GMT 2003
Hello,
I'm trying to build an external library I want to use to that implements
java.lang.reflect.InvocationHandler with GCJ.
GCJ gives this error:
D:\cmsapp\lib\com\caucho\hessian\client\HessianProxy.java:62: Superinterface
`InvocationHandler' of class com.caucho.hessian.client.HessianProxy' not
found.
public class HessianProxy implements InvocationHandler {
^
1 error
I have libgcj-3.3.jar in my classpath. I checked the contents of the jar and
found InvocationHandler.class.
So to me it seems like this should be working the way I'm trying to do this.
Has anybody got a clue about what's wrong?
More information about the Gcc
mailing list