| Author |
Generate Stub
|
Diego Alves Brandao
Greenhorn
Joined: Sep 15, 2008
Posts: 1
|
|
Hi,
I'm trying to generate the Stub class without success.
I don't know what I'm doing wrong.
Java class:
Ant script:
Error:
Any thoughts?
Thanks,
Diego
|
 |
Pierre Sugar
Ranch Hand
Joined: Dec 08, 2002
Posts: 62
|
|
RPMSessionRemote.class is an Interface. You have to rmic the implementation of the Interface.
Than you have to generate the RPMSessionRemoteImpl_Stub.class with rmic RPMSessionRemoteImpl
|
Pierre
|
 |
 |
|
|
subject: Generate Stub
|
|
|