how to install jetty for Netbeans use?

2021-08-08 Thread Nicholas
how or where is jetty installed for netbeans? I would expect a plugin or similar.  Do I need to download jetty manually?  Can I use jetty from the system? Right now I'm copying the WAR file as: sudo cp build/libs/x.war /var/lib/jetty9/webapps/ -v see also: https://askubuntu.com/q/135682

Re: Java : HelloWorld

2021-08-05 Thread Nicholas
from Nicholas solved the problem. On Thu, 5 Aug 2021 at 2:53 pm, Nicholas <mailto:saunders.nicho...@gmail.com>> wrote: When I see this message below I want to see the command which which was issued.  Easiest way to do that is to use maven or javac directly from the console

Re: Java : HelloWorld

2021-08-04 Thread Nicholas
When I see this message below I want to see the command which which was issued.  Easiest way to do that is to use maven or javac directly from the console.  My two cents. Although, yes, a cursory search does indicate, as suggested: https://stackoverflow.com/q/58411279/4531180 which has nothin