Hi Glen,

This will run fine on Java5. Its Java6 that we need to worry about...

BTW, this is in progress. I'll finish it up in the next day (I need to
finish the client code sample in SVN too). But hopefully it will address
your earlier message about this page being empty :-)

- Dan

On 7/28/07, Glen Mazza <[EMAIL PROTECTED]> wrote:
>
> Am Samstag, den 28.07.2007, 08:11 -0700 schrieb [EMAIL PROTECTED]:
> >
> > Publishing your service
> > System.out.println("Starting Server");
> > HelloWorldImpl implementor = new HelloWorldImpl();
> > String address = "http://localhost:9000/helloWorld";;
> > Endpoint.publish(address, implementor);
> >
> >
>
> Doing it this way--running the web service from the JDK--requires JDK
> 6.0, correct?  We may need to tell the tutorial users this then. Or do
> the JARs that are being included allow this to run on JDK 5.0?
>
> Thanks,
> Glen
>
> >
>
>


-- 
Dan Diephouse
Envoi Solutions
http://envoisolutions.com | http://netzooid.com/blog

Reply via email to