Tarwn
thats not correct, you can instanciate a java class from ASP:
myObj=GetObject("java:myclass");
My question is, if your class has a constructor which needs some parameters, how do you make the call to the class? I get an error if i do the following:
myObj=GetObject("java:myclass(params)");
thanxs!
alej