I am not sure if i should ask this here or on the Corba forum, but here it goes,
I have to create an interface in idl that accepts a String as input, so i did:
interface Hello(in string VariableName);
but when i create the file in java :
public class HelloImpl extends HelloPOA {
public String hello(String choice) ....
i get this error
HelloImpl.java:6: HelloImpl is not abstract and does not override abstract method sayHello(java.lang.String) in ClientofMonitors2.HelloOperations
public class HelloImpl extends HelloPOA {
^
any help?
thanks
by the way, how do u get some lines into a "code" box?
cheers, Ilias
I have to create an interface in idl that accepts a String as input, so i did:
interface Hello(in string VariableName);
but when i create the file in java :
public class HelloImpl extends HelloPOA {
public String hello(String choice) ....
i get this error
HelloImpl.java:6: HelloImpl is not abstract and does not override abstract method sayHello(java.lang.String) in ClientofMonitors2.HelloOperations
public class HelloImpl extends HelloPOA {
^
any help?
thanks
by the way, how do u get some lines into a "code" box?
cheers, Ilias