3 Replies Latest reply on Jun 28, 2013 6:50 AM by matt2007

    Load class from client on server

    matt2007

      hi

      is there any way to load class from client on server in runtime ?

      suppose we have a method in server side which has an argument like Class<?> class , and user who has access to server via Remote interface wanted to pass foo.class (which is user local class) to that method. by default server can not recognize foo.class . is there anyway to handle this problem ?

       

      thank you