Lookup failed: javax.jnlp.UnavailableServiceException: uninitialized
843802Jun 8 2006 — edited Jul 24 2006When U deployed *.war file to App Server and I call JNLP to launch program and display its on Java Web Start. But If i call as below
System.out.println("Before Step1");
System.out.println(ServiceManager.getServiceNames());
basicService = (BasicService)
ServiceManager.lookup("javax.jnlp.BasicService");
I get message on console
Lookup failed: javax.jnlp.UnavailableServiceException: uninitialized
I can check service where is working?
anyone advice plese?
Thank