Hi everybody,I'm trying to compile the Client_sched.java client from GT 4 Tutorial.
I get an error while: *javac -classpath ./build/stubs/classes/:$CLASSPATH org/globus/examples/clients/FactoryService_Math_rl/Client_sched.java* * * Here's the error: *org/globus/examples/clients/FactoryService_Math_rl/Client_sched.java:57: cannot find symbol* *symbol : constructor SetTerminationTime(java.util.Calendar)* *location: class org.oasis.wsrf.lifetime.SetTerminationTime* * **request = new SetTerminationTime(termination);* * ^* *1 error* I import these: *import org.oasis.wsrf.lifetime.SetTerminationTime;* *import org.oasis.wsrf.lifetime.SetTerminationTimeResponse;* Can anyone help me please? Thanks a lot Francesco
