kathyayini
Programmer
I created .java file which contains :
public class myJavaClass
{
public String somePublicMethod()
{
return "Hello from somePublicMethod";
}
}
created .class out of .java file
and registred using following command :
javareg /register /class:myJavaClass /progid:myJavaClass
i wants to use this class(functions) in VB and VC++
i am using CreateObject, but giving the error "Activex component can't create object"
how to do it.
waiting for the reply.
public class myJavaClass
{
public String somePublicMethod()
{
return "Hello from somePublicMethod";
}
}
created .class out of .java file
and registred using following command :
javareg /register /class:myJavaClass /progid:myJavaClass
i wants to use this class(functions) in VB and VC++
i am using CreateObject, but giving the error "Activex component can't create object"
how to do it.
waiting for the reply.